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 5662 - FastJavac compilation broken in 483 (perhaps because of multiuser install?).
Summary: FastJavac compilation broken in 483 (perhaps because of multiuser install?).
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-07 23:28 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2000-02-07 23:28:34 UTC
I saw this once or twice in previous builds too, but only on my laptop--now I see it on a fresh install on my workstation.

FastJavac compilation (the default) completely fails with the message (to Compiler tab) below. Apparently {netbeans.home} is not being substituted, for some reason. I am running a multiuser install of
f of s:/forte4j_ie/ with a user dir on local disk.

java.io.IOException: CreateProcess: {netbeans.home}/bin/fastjavac/fastjavac -g -msgfile {netbeans.home}/lib/fastjavac.messages -jdk d:/jdk1.3_r/jre/.. -classpath S:/forte4j_ie/system;d:/netbeans/ie_sh
ared/system;D:/NetBeans/ie_shared/Development;S:/forte4j_ie/beans/TimerBean.jar;E:/starteam/gandalfsrc;E:/scratch/testdevel;d:/netbeans/ie_shared/temp/jspwork/SystemFileSystem;d:/netbeans/ie_shared/li
b;d:/netbeans/ie_shared/lib/ext/starteam.jar;S:/forte4j_ie/lib;S:/forte4j_ie/lib/updater.jar;S:/forte4j_ie/lib/developer.jar;S:/forte4j_ie/lib/openide.jar;S:/forte4j_ie/lib/ext/javax-ejb.jar;S:/forte4
j_ie/lib/ext/rmiregistry.jar;S:/forte4j_ie/lib/ext/jndi.jar;S:/forte4j_ie/lib/ext/providerutil.jar;S:/forte4j_ie/lib/ext/fscontext.jar;S:/forte4j_ie/lib/ext/AbsoluteLayout.jar;S:/forte4j_ie/lib/ext/re
gexp.jar;S:/forte4j_ie/lib/ext/servlet.jar;S:/forte4j_ie/lib/ext/xml.jar;S:/forte4j_ie/lib/ext/jh.jar;S:/forte4j_ie/lib/ext/ldap.jar;S:/forte4j_ie/lib/ext/nis.jar;S:/forte4j_ie/lib/ext/cosnaming.jar;S
:/forte4j_ie/lib/ext/ddl.jar;S:/forte4j_ie/liD
        at java.lang.Win32Process.create(Native Method)
        at java.lang.Win32Process.<init>(Win32Process.java:66)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Runtime.java:548)
        at java.lang.Runtime.exec(Runtime.java:477)
        at java.lang.Runtime.exec(Runtime.java:443)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:153)
[etc.]
Comment 1 Quality Engineering 2003-07-02 16:49:34 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify
Comment 2 Quality Engineering 2003-07-02 17:20:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.