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 191990

Summary: NullPointerException at java.util.StringTokenizer.<init>
Product: contrib Reporter: aldobrucale <aldobrucale>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal CC: jsacha
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173934
Attachments: stacktrace
stacktrace

Description aldobrucale 2010-11-16 09:09:02 UTC
This bug was originally marked as duplicate of bug 152760, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: Starting netbeans after installing update pack

aldobrucale: Starting netbeans after update pack




Stacktrace: 
java.lang.NullPointerException
   at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
   at java.util.StringTokenizer.<init>(StringTokenizer.java:204)
   at org.netbeans.modules.scala.stdplatform.platformdefinition.Util.createClassPath(Util.java:68)
   at org.netbeans.modules.scala.stdplatform.platformdefinition.J2SEPlatformImpl.getBootstrapLibraries(J2SEPlatformImpl.java:217)
   at org.netbeans.modules.scala.platform.classpth.PlatformClassPathProvider.findClassPath(PlatformClassPathProvider.java:80)
   at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:593)
Comment 1 aldobrucale 2010-11-16 09:09:06 UTC
Created attachment 102996 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-02-15 18:19:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173934
Comment 3 Exceptions Reporter 2012-02-28 22:46:42 UTC
Created attachment 116194 [details]
stacktrace