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

Summary: Executing JarRecipe throws exception
Product: obsolete Reporter: Marek Grummich <mgrummich>
Component: jarpackagerAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jgordon
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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