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 240819 - Just started NetBeans 8.0 Beta after first install. Lots of JAR not found errors occurred.
Summary: Just started NetBeans 8.0 Beta after first install. Lots of JAR not found err...
Status: RESOLVED WORKSFORME
Alias: None
Product: installer
Classification: Unclassified
Component: Mac Native (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 13:22 UTC by Exceptions Reporter
Modified: 2014-02-20 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206834


Attachments
stacktrace (4.43 KB, text/plain)
2014-01-22 13:22 UTC, Exceptions Reporter
Details

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

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
GUEST: Just started NetBeans 8.0 Beta after first install. Lots of errors occurred.

GUEST: I can't create a new java application project. It keep saying that the Project Folder has already existed and is not empty although I choose an empty folder.




Stacktrace: 
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0 Beta.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-ant.jar (No such file or directory)
   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 2014-01-22 13:22:12 UTC
Created attachment 144245 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-02-04 07:29:18 UTC
Can you please verify the JAR files that cause the exceptions like 
/Applications/NetBeans/NetBeans 8.0 Beta.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-ant.jar
are on your disk? There should be a log from installer somewhere, can you attach it?