Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Running Equinox with Java 1.3
Running Equinox with Java 1.3 [message #81767] Tue, 23 January 2007 21:17 Go to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 22
Registered: July 2009
Junior Member
I've been looking around for any best practices for running Equinox on a
Java 1.3 VM both in PDE and outside.
--
With just the vanilla 1.3 JRE Equinox fails (at least in PDE) strangely with
no error messages or logs when I launch -- even with verbose on.
If I debug we fail in the required java version check in
org.eclipse.core.launcher.Main
Setting -Dosgi.requiredJavaVersion=1.3 gets me past that problem however it
might be nice to log something or am I missing an easier way to do this?

My other question is for the XML parser APIs and implementation.
Am I best to create a framework extension bundle to handle these packages?

Any help would be appreciated here.

Thanks.
-Simon
Re: Running Equinox with Java 1.3 [message #81784 is a reply to message #81767] Wed, 24 January 2007 14:59 Go to previous message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 333
Registered: July 2009
Location: Ottawa
Senior Member
This error is usually reported by exe which catches the return code and
displays the appropriate message.

As for the XML parsing, in previous experiments DJ has been using 2 xml
parsing bundles from eRCP and install them as framework.extensions
(-Dosgi.framework.extensions=org.eclipse.ercp.xmlParserAPIs, org.eclipse.ercp.xml).
However I find weird the necessity to have those installed as framework
extensions.



"Simon Kaegi" <simon.kaegi@gmail.com> wrote in message
news:ep5u27$c4g$1@utils.eclipse.org...
> I've been looking around for any best practices for running Equinox on a
> Java 1.3 VM both in PDE and outside.
> --
> With just the vanilla 1.3 JRE Equinox fails (at least in PDE) strangely
> with no error messages or logs when I launch -- even with verbose on.
> If I debug we fail in the required java version check in
> org.eclipse.core.launcher.Main
> Setting -Dosgi.requiredJavaVersion=1.3 gets me past that problem however
> it might be nice to log something or am I missing an easier way to do
> this?
>
> My other question is for the XML parser APIs and implementation.
> Am I best to create a framework extension bundle to handle these packages?
>
> Any help would be appreciated here.
>
> Thanks.
> -Simon
>
Previous Topic:Using plugins in web application context
Next Topic:using servletbridge with RCP application and PDE
Goto Forum:
  


Current Time: Sat Apr 27 00:52:32 GMT 2024

Powered by FUDForum. Page generated in 0.02896 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top