This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18930 - compiler switches don't have a correct lookup in documentation
Summary: compiler switches don't have a correct lookup in documentation
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-25 05:52 UTC by zohar
Modified: 2003-07-01 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (50.78 KB, image/jpeg)
2001-12-25 05:52 UTC, zohar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zohar 2001-12-25 05:52:06 UTC
In the 'process' field it uses '{jdk.home}', but in the 'Argument Key' I could 
only find '{java.home} '

see attached screen shot
Comment 1 zohar 2001-12-25 05:52:53 UTC
Created attachment 3927 [details]
screen shot
Comment 2 Tomas Hurka 2002-01-03 14:09:54 UTC
See also issue #11154. There is description of {jdk.home} 
Comment 3 John Jullion-ceccarelli 2002-01-11 00:00:59 UTC
So do you need an explanation of the difference between {jdk.home} 
and {java.home} in the compiling section of the usersguide? 
Reassigning to Gail Chappell, the docs writer for compiling.
Comment 4 Svata Dedic 2002-02-22 08:10:56 UTC
What's the status of this issue ? Please evaluate/close/fix.
Comment 5 Gail Chappell 2002-02-26 21:27:29 UTC
I believe this bug is filed against the text in the dialog box under
the Argument Key (and not on the wording in the online help).

Based on the description in bug 11154, it looks like: 

{jdk.home}= JDK installation directory

should be changed to:

{jdk.home}= JDK installation directory
{java.home}= JDK installation directory or JRE installation directory
Comment 6 Svata Dedic 2002-03-22 15:43:29 UTC
I corrected the description; the {jdk.home} is actually correct, since
the compiler comes with the JDK, not JRE.

/cvs/openide/src/org/openide/compiler/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.16; previous revision: 1.15
Comment 7 Jan Becicka 2002-10-15 09:33:27 UTC
Verified
Comment 8 Quality Engineering 2003-07-01 13:16:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.