Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Launcher Backport

Ok I've gotten rid of the nullpointers - it was caused by BCEL and Java Cup Missing.

Now I get this error "Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file C:\Users\Stuart Harper\runtime-EclipseApplication\.metadata\.plugins\org.eclipse.wst.xsl.jaxp.launching\endorsed\END_0.jar"

I've also seen this error in Eclipse 3.5, I don't know what causes it. The END_0.jar file is actually a properties file.

On Wed, Jan 28, 2009 at 5:22 PM, Doug Satchwell <doug.satchwell@xxxxxxxxx> wrote:
It wouldn't be much work to backport, but you could just pick up the 0.5 version that was built on 3.4. I think its on the update site for Ganymede.
Doug
 


From: Stuart Harper <stuartharper@xxxxxxxxx>
To: wtp-incubator-dev@xxxxxxxxxxx
Sent: Wednesday, 28 January, 2009 16:15:05
Subject: [wtp-incubator-dev] Launcher Backport

Guys,

I have a fairly sudden requirement to provide the XSLT launcher from the XSL Web tools in the current version of Eclipse ( 3.4.1) for projects in my workplace. We simply want to be able to launch XSLs and see the output, the debugger would be nice as well but isn't a requirement. My thoughts are that this shouldn't be an impossible task but I'd like to check first in case I get 90% through it and then get stumped with something that just won't work.


_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev



Back to the top