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 12112 - Fastjavac executable not found after installation from InstallShield installer
Summary: Fastjavac executable not found after installation from InstallShield installer
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jiri Slefr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-11 13:33 UTC by Jiri Skrivanek
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 Jiri Skrivanek 2001-05-11 13:33:51 UTC
During installation proccess installer selects only one fastjavac executable
(depending on platform). Others are removed. Because external proccess
definition for Fastjavac compilation in IDE was changed from
{ide.home}{/}bin{/}fastjavac{/}fastjavac
to
{ide.home}{/}bin{/}fastjavac{/}{fastjavac.wired}
executable is not found and exception is arisen:

java.io.IOException:
/space/jskrivanek/testing/Install/a/bin/fastjavac/fastjavac.sun: not found
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:54)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Runtime.java:551)
        at java.lang.Runtime.exec(Runtime.java:477)
        at java.lang.Runtime.exec(Runtime.java:443)
        at
org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:157)
        at
org.netbeans.modules.java.JExternalCompilerGroup.createProcess(JExternalCompilerGroup.java:215)
        at
org.openide.compiler.ExternalCompilerGroup.createProcess(ExternalCompilerGroup.java:101)
        at
org.openide.compiler.CompilerExecutor$CERunnable.run(CompilerExecutor.java:151)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread
Comment 1 Jiri Slefr 2001-05-11 13:58:09 UTC
During the installation are realy deleted all fastjavacs that are not suitable 
for the platform where the IDE is installed to and the one suitable is renamed 
to "fastjavac". I can modify the installer to skip the delete and rename phase 
in order to keep all fastjavacs with their extensions.
Comment 2 Svata Dedic 2001-05-14 15:04:33 UTC
Should be fixed in Installers - they should unpack all mutations of fastjavac 
to support shared (network) installation & easy autoupdates.
Comment 3 Jiri Slefr 2001-05-15 07:41:47 UTC
I have modified the logic of postinstall action to leave all fastjavacs in the 
destination directory as they are installed.
Comment 4 Quality Engineering 2003-07-01 13:16:54 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.