David Huebel - 2007-06-25

Logged In: YES
user_id=1827982
Originator: NO

I also get this error. My Jython project consists of a single source file containing

if __name__ == '__main__':
print 'Hello world'

I can invoke it successfully from the command line using "java" or "jython".

My Eclipse version:

Version: 3.2.2
Build id: M20070212-1330 (Ubuntu version: 3.2.2-0ubuntu3)

My Jython version: 2.2b

My JyDT version: 1.4.15

Log file excerpt:

!ENTRY org.eclipse.core.jobs 4 2 2007-06-25 11:34:17.695
!MESSAGE An internal error occurred during: "Launching".
!STACK 0
java.lang.IllegalArgumentException: Path for project must have only one segment.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:164)
at net.redrobin.eclipse.jydt.launching.JythonClasspathProvider.defaultUserClassPath(JythonClasspathProvider.java:56)
at net.redrobin.eclipse.jydt.launching.JythonClasspathProvider.computeUnresolvedClasspath(JythonClasspathProvider.java:103)
at net.redrobin.eclipse.jydt.launching.JythonLaunchConfigurationDelegate.getClasspath(JythonLaunchConfigurationDelegate.java:93)
at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:71)
at net.redrobin.eclipse.jydt.launching.JythonLaunchConfigurationDelegate.launch(JythonLaunchConfigurationDelegate.java:46)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)