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 268243 - UnsupportedOperationException: command: run, JavaRunner impls: []
Summary: UnsupportedOperationException: command: run, 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: 2016-09-28 08:04 UTC by Exceptions Reporter
Modified: 2016-09-29 06:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226466


Attachments
stacktrace (2.09 KB, text/plain)
2016-09-28 08:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-09-28 08:04:29 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.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: I ran a project




Stacktrace: 
java.lang.UnsupportedOperationException: command: run, 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:555)
   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 2016-09-28 08:04:31 UTC
Created attachment 162252 [details]
stacktrace
Comment 2 Tomas Zezula 2016-09-29 06:14:06 UTC
Missing or broken netbeans/java/modules/org-netbeans-modules-java-source-ant.jar module which provides the JavaRunnerImplementation.
Please try to delete user dir if it does not help reinstall NetBeans.