Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] launch configuration and bootclasspath

Trying to add a jar to a launch configuration bootclasspath (Environment -> Bootpath) or using VMRunnerConfiguration.setBootClassPath doesn't work. The problem is that JDKLauncher add rt.jar to bootClasspath only if there is no other jar added to it. I reported the following bug with a workaround : http://dev.eclipse.org/bugs/show_bug.cgi?id=8576

In the Launch Configuration window -> Environment -> Classpath, there is rt.jar in the list, I think it would be better not to add it to classpath list but instead to add it in 'Bootpath' list.

Regards,

Bruno



Back to the top