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 257227 - UnsupportedOperationException: command: debug, JavaRunner impls: []
Summary: UnsupportedOperationException: command: debug, JavaRunner impls: []
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-19 21:02 UTC by Exceptions Reporter
Modified: 2016-01-08 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221766


Attachments
stacktrace (2.66 KB, text/plain)
2015-12-19 21:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-19 21:02:18 UTC
This bug was originally marked as duplicate of bug 247660, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: I installed the jdk and netbeans, tried to run my first program, got this error




Stacktrace: 
java.lang.UnsupportedOperationException: command: debug, JavaRunner impls: []
   at org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:319)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.bypassAntBuildScript(BaseActionProvider.java:1867)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.access$1400(BaseActionProvider.java:156)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.doRun(BaseActionProvider.java:538)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.run(BaseActionProvider.java:458)
   at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:153)
Comment 1 Exceptions Reporter 2015-12-19 21:02:20 UTC
Created attachment 157860 [details]
stacktrace
Comment 2 Tomas Zezula 2016-01-08 12:05:21 UTC
Seems a broken IDE userdir or installation, the implementation of JavaRunnerImplementation interface is missing. The IDE provides the ProjectRunnerImpl in org.netbeans.modules.java.source.ant module.
Please delete the IDE userdir and start the IDE again.