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 237206 - java.io.FileNotFoundException: F:\NetBeans 7.4 Beta\ide\modules\org-netbeans-modules-project-ant.jar (The system cannot find the path specified)
Summary: java.io.FileNotFoundException: F:\NetBeans 7.4 Beta\ide\modules\org-netbeans-...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 14:52 UTC by Exceptions Reporter
Modified: 2013-11-19 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204635


Attachments
stacktrace (3.64 KB, text/plain)
2013-10-16 14:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-16 14:52:34 UTC
This bug was originally marked as duplicate of bug 205387, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: just started up the ide.

GUEST: just started the ide.

GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.io.FileNotFoundException: F:\NetBeans 7.4 Beta\ide\modules\org-netbeans-modules-project-ant.jar (The system cannot find the path specified)
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:215)
   at java.util.zip.ZipFile.<init>(ZipFile.java:145)
   at java.util.jar.JarFile.<init>(JarFile.java:153)
   at java.util.jar.JarFile.<init>(JarFile.java:90)
   at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
Comment 1 Exceptions Reporter 2013-10-16 14:52:36 UTC
Created attachment 141160 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-11-19 12:04:59 UTC
The main problem in the 700436 report is

java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 7.4.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-ant.jar (No such file or directory)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
	at java.util.jar.JarFile.<init>(JarFile.java:153)
	at java.util.jar.JarFile.<init>(JarFile.java:90)
	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)

why the system says the /Applications/NetBeans/NetBeans 7.4.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-ant.jar file is missing?

Have you deleted it?