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 11958 - Wrong executor assigned to .class file without .java file
Summary: Wrong executor assigned to .class file without .java file
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-05 00:24 UTC by mvatkina
Modified: 2003-06-30 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fixes searching for the defaul executor (27.52 KB, patch)
2001-07-20 20:30 UTC, Svata Dedic
Details | Diff
the CORRECT patch file. (1.90 KB, patch)
2001-07-20 20:30 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mvatkina 2001-05-05 00:24:29 UTC
RMI Executor (debug) is assigned to .class file without .java file. This cannot
be changed if .class resides inside a jar file. Execution results in the
message:
"Error: no `classic' JVM at 
`/usr/dist/share/java,v1.3.0/5.x-sun4/jre/lib/sparc/classic/libjvm.so'."

Need to have External Executor as default.
Comment 1 Jan Chalupa 2001-05-05 20:28:14 UTC
Target milestone -> 3.3
Comment 2 Jesse Glick 2001-05-07 17:49:06 UTC
No support for changing the executor if inside a JAR, this is an open feature
request for jarpackager.
Comment 3 Svata Dedic 2001-05-09 09:17:15 UTC
There's another issue with executors, because they're defined by Java module, 
and only available if that module is enabled. They need to be moved somewhere 
where they can be accessed by clazz module too.

I think that the default executor is simply the first service in the 
executor's list (since clazz module does not define its own default) - please 
reorder them in Project -> Settings
Comment 4 Martin Ryzl 2001-05-11 11:09:14 UTC
*** Issue 12071 has been marked as a duplicate of this issue. ***
Comment 5 Svata Dedic 2001-05-14 14:11:25 UTC
Fixed in dev-trunk.
Comment 6 Svata Dedic 2001-05-14 14:25:27 UTC
Created attachment 1357 [details]
Fixes searching for the defaul executor
Comment 7 Svata Dedic 2001-05-14 14:26:00 UTC
Fixed in dev trunk, candidate for 3.2.1 fix. Scheduled for integration into 
pilsen_ea.
Comment 8 Svata Dedic 2001-05-14 16:05:16 UTC
Oops, bad attachment (05/14/01, 6:25), please disregard that.

Comment 9 Svata Dedic 2001-05-14 16:06:13 UTC
Created attachment 1362 [details]
the CORRECT patch file.
Comment 10 Svata Dedic 2001-06-06 12:38:30 UTC
incorrect resolution state - reopening.
Comment 11 Svata Dedic 2001-06-06 12:39:10 UTC
resolved / fixed in main trunk.
Comment 12 Jan Becicka 2001-06-08 18:23:33 UTC
[dev-206] Verifed
Comment 13 Jan Becicka 2001-06-19 14:51:21 UTC
[ffj30] Verified
Comment 14 Quality Engineering 2003-06-30 16:44:16 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.