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 269218 - NullPointerException at org.netbeans.modules.jshell.support.ShellSession.initClasspath
Summary: NullPointerException at org.netbeans.modules.jshell.support.ShellSession.init...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-02 20:39 UTC by michael.simons
Modified: 2017-07-02 14:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227421


Attachments
stacktrace (1.82 KB, text/plain)
2016-12-02 20:39 UTC, michael.simons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michael.simons 2016-12-02 20:39:24 UTC
Build: NetBeans IDE Dev (Build 201611300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
michael.simons: Cannot open JShell




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jshell.support.ShellSession.initClasspath(ShellSession.java:1036)
   at org.netbeans.modules.jshell.support.ShellSession.init(ShellSession.java:987)
   at org.netbeans.modules.jshell.support.ShellSession.start(ShellSession.java:494)
   at org.netbeans.modules.jshell.env.JShellEnvironment.doStartAndFire(JShellEnvironment.java:349)
   at org.netbeans.modules.jshell.env.JShellEnvironment.start(JShellEnvironment.java:290)
   at org.netbeans.modules.jshell.env.ShellRegistry.openProjectSession(ShellRegistry.java:243)
Comment 1 michael.simons 2016-12-02 20:39:26 UTC
Created attachment 163135 [details]
stacktrace