Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Alternative to -Xbootclasspath
Alternative to -Xbootclasspath [message #722834] Tue, 06 September 2011 20:52
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Let me at first explain what I'm trying to do. I'd like to use Java 2.0
inconjunction with OSGi ideally with any OSGi-Implementation but don't
have problems to make it only run with Equinox.

The problem with JavaFX-2.0 runtime is that I can't distribute,
repackage the stuff so it somehow acts like the System-Libraries coming
with the JRE and I assume they are installed on the System

I know exactly where those libraries are installed on the system so I
can locate them quite easily. Naturally the Java-FX jars have not
OSGi-Metainformation so I can't simply treat them as OSGi-Bundles I
install dynamically.

Currently the solution I found to this problem is to use
-Dosgi.compatibility.bootd
elegation=true -Xbootclasspath but I'm not 100% happy with that because
this requires the user to specify the location of the JavaFX-jars, has
problems when exporting, ... .

Ideally I'd like developers deal with JavaFX-Runtime classes like they
deal with the other classes coming from the JRE but I fear this is not
possible.

Anyone an idea how to approach this problem beside using -Xbootclasspath?

Tom
Previous Topic:[10.7] Eclipse crashes on updateSplash at startup when launched by launchd
Next Topic:Bundle-NativeCode & PDE build
Goto Forum:
  


Current Time: Thu Apr 25 23:33:44 GMT 2024

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

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

Back to the top