Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » sticky bootclasspath
sticky bootclasspath [message #106721] Thu, 16 October 2003 15:59 Go to next message
Eclipse UserFriend
Originally posted by: moopa06.ca.com

Somebody else raised this issue as well and they solved it by reinstalling
everything.

JCE is very fussy about its classes - so you cannot do -Xbootclasspath. I
have an eclipse workspace where I have at one time had bootclasspath set
in a launch configuration. Now when it run my JCE app (this is not a
plugin BTW) it runs it with
-Xbootclasspath:C:\Program
Files\Java\j2re1.4.2\lib\ext\sunjce_provider.jar;C:\Program
Files\Java\j2re1.4.2\lib\rt.jar;C:\Program
Files\Java\j2re1.4.2\lib\sunrsasign.jar;C:\Program
Files\Java\j2re1.4.2\lib\jsse.jar;C:\Program
Files\Java\j2re1.4.2\lib\jce.jar;C:\Program
Files\Java\j2re1.4.2\lib\ext\dnsns.jar;C:\Program
Files\Java\j2re1.4.2\lib\ext\ldapsec.jar even though the launch config
says 'use default' for bootclasspath. Notice that this is just the
standard list of JRE libs
If I import the project into another eclipse instance running on a
differnt workspace it runs it with no bootclasspath and the app runs fine.
I created a clean launch config and that still fails. So its not the
launch config and its not the .project file, it must be something else.
Some lingering setting is set somewhere but I cant find it.
Re: sticky bootclasspath [message #106762 is a reply to message #106721] Thu, 16 October 2003 17:17 Go to previous message
Eclipse UserFriend
Originally posted by: moopa06.ca.com

Aargh - now the second workspace has decided to spontaneously do the same
thing. I got 2-3 runs with no bootclasspath set then it suddenly set one
and again jce fails
Previous Topic:Installing Eclipse
Next Topic:QTJava.zip
Goto Forum:
  


Current Time: Thu Sep 18 22:53:38 EDT 2025

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

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

Back to the top