[jbosstools-issues] [JBoss JIRA] (JBIDE-26383) Launcher wizard cannot be opened

Andre Dietisheim (JIRA) issues at jboss.org
Tue Sep 25 16:46:00 EDT 2018


    [ https://issues.jboss.org/browse/JBIDE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638383#comment-13638383 ] 

Andre Dietisheim commented on JBIDE-26383:
------------------------------------------

the following change to *build.properties* fixes it for me:
{code}
diff --git a/launcher/plugins/org.jboss.tools.common.launcher.ui/build.properties b/launcher/plugins/org.jboss.tools.common.launcher.ui/build.properties
index 2c1fd785..49ab00c0 100644
--- a/launcher/plugins/org.jboss.tools.common.launcher.ui/build.properties
+++ b/launcher/plugins/org.jboss.tools.common.launcher.ui/build.properties
@@ -1,8 +1,8 @@
 jars.compile.order = .
 source.. = src/main/java/
-output.. = bin/
+output.. = target/classes
 bin.includes = META-INF/,\
                plugin.properties,\
                icons/,\
-               plugin.xml
-src.includes = src/main/java/
+               plugin.xml,\
+               target/classes
{code}

> Launcher wizard cannot be opened
> --------------------------------
>
>                 Key: JBIDE-26383
>                 URL: https://issues.jboss.org/browse/JBIDE-26383
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 4.9.0.Final
>         Environment: Red Hat Developer Studio
> Version: 12.9.0.GA
> Build id: GA-v20180924-1556-B3422
> Build date: 20180924-1556
>            Reporter: Josef Kopriva
>            Assignee: Andre Dietisheim
>            Priority: Blocker
>             Fix For: 4.9.0.Final
>
>         Attachments: image-2018-09-25-14-46-32-220.png
>
>
> Error log: 
> {code:java}
> The selected wizard could not be started.
> Plug-in org.jboss.tools.common.launcher.ui was unable to load class org.jboss.tools.common.launcher.ui.wizard.NewLauncherProjectWizard.
> org.jboss.tools.common.launcher.ui.wizard.NewLauncherProjectWizard cannot be found by org.jboss.tools.common.launcher.ui_3.10.1.v20180915-2050
> {code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list