From: Florian Steinsiepe <[EMAIL PROTECTED]> Subject: Re: Eclipse2.1RC1: Bug? Date: Sat, 1 Mar 2003 18:20:05 +0100
> Probably there should be a strict separation between the DOM classes > of the JDK an the ones that Eclipse itself uses. I'm sure Eclipse > has its own ClassLoader and can provide this separation. Is there > another command line / startup option which may help? Debian's eclipse is executed by wrapper script. When you execute /usr/lib/eclipse/eclipse directly ,you can specify bootstrap classpath by -vmargs option. Please check here: http://download2.eclipse.org/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.user/tasks/running_eclipse.htm For example: $ /usr/lib/eclipse/eclipse -ws gtk -data <your workspace dir> -vmargs "-Xbootclasspath/a:..." Takashi Okamoto -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]