Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » how do i enable -Djava.endorsed.dirs in 3.5?
how do i enable -Djava.endorsed.dirs in 3.5? [message #480277] Fri, 14 August 2009 17:07
Eclipse UserFriend
Originally posted by: lcphillips.partners.org

JDK1.6 now includes the Jaxb libraries, version 2.0. I want to use 2.1.
The -vmargs -Djava.endorsed.dirs setting performs this task and works well
in eclipse 3.2 .

I tried the following using Excecution Environment Descriptors but have
not had success:

created a default.ee file:
-Dee.vm.library=./jre/lib
-Dee.endorsed.dirs=./endorsed_lib

pointed .ini file to this default.ee file
-vmargs
-Xms40m
-Xmx480m
-vm
default.ee

I played around with the endorsed_lib path name (e.g. absolute v relative)
but nothing worked. My .exe, default.ee and jre dir are all located in
the same directory.

I am also wondering if my other vmargs (Xms, Xmx) are being ignored.
Do they belong in the default.ee file as well? How is that done?

Suggestions/solutions appreciated.
-Lori
Previous Topic:how to check if DS is running?
Next Topic:addRepository touchpoint instruction ignored
Goto Forum:
  


Current Time: Sat Apr 27 03:59:20 GMT 2024

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

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

Back to the top