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 38690 - Executing JarRecipe throws exception
Summary: Executing JarRecipe throws exception
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 15:00 UTC by Marek Grummich
Modified: 2004-01-19 09:43 UTC (History)
1 user (show)

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 Marek Grummich 2004-01-13 15:00:39 UTC
Build 200401111900; j2sdk 1.4.2
The following exception is thrown when user wants
to execute a jar recipe.

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.openide.loaders.FileEntry.<init>(FileEntry.java:35)
	at
org.netbeans.modules.jarpackager.JarExecutor.createProcess(JarExecutor.java:81)
	at
org.openide.execution.ProcessExecutor$PERunnable.run(ProcessExecutor.java:417)
[catch] at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
Comment 1 Maros Sandor 2004-01-16 14:36:13 UTC
JAR files should now execute smoothly.

/cvs/jarpackager/src/org/netbeans/modules/jarpackager/JarExecutor.java
,v  <--  JarExecutor.java
new revision: 1.11; previous revision: 1.10
Comment 2 Marek Grummich 2004-01-19 09:43:06 UTC
Verified in build: 200401181900