1 2 Previous Next 17 Replies Latest reply on Jun 12, 2005 7:50 AM by mtedone1

    Cannot launch JBoss in Eclipse 3.1M7

    mazz

      Eclipse 3.1M7 was just released tonight. I installed and when I tried to launch a JBoss instance via JBoss Eclipse IDE (from the Debug drop down button), I get the following error and JBoss does not start:

      java.lang.NoSuchMethodError: org.eclipse.jdt.internal.launching.LaunchingMessages.getString(Ljava/lang/String;)Ljava/lang/String;
       at org.jboss.ide.eclipse.launcher.core.configuration.ServerLaunchConfigurationDelegate.launchInternal(ServerLaunchConfigurationDelegate.java:148)
       at org.jboss.ide.eclipse.launcher.core.configuration.ServerLaunchConfigurationDelegate.launch(ServerLaunchConfigurationDelegate.java:102)
       at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
       at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
       at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:734)
       at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
      


      Looks like they changed something on you.

        1 2 Previous Next