Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Where does Eclipse get System.properties
Where does Eclipse get System.properties [message #206267] Fri, 20 April 2007 03:24 Go to next message
Eclipse UserFriend
Originally posted by: stevetierney.gmail.com

I have a J2EE app that I am developing in Eclipse for deployment on Tomcat.

I am using the JAXB/JAXME jars to create an XML file.

If I run the program from within Eclipse, my XML file generates fine.
When I run from Tomcat on the same box, it fails.

I wrote a small loop to print out all of the system properties and their
values.

For the system property of java.class.path, when printed on the code that
executes in Eclipse, I see all of the jaxb/jaxme jars. However, when I
deploy my code to Tomcat, on the same box as Eclipse, the java.class.path
value is different and doesn't include my jaxb/jaxme jars.

Can anyone tell me how reading in of the java.class.path varies between
Tomcat and Eclipse on the same box...and if my problem is really with
Eclipse...or should I be looking at Tomcat?

Kind Thanks,

B
Re: Where does Eclipse get System.properties [message #206428 is a reply to message #206267] Fri, 20 April 2007 14:01 Go to previous message
Eclipse UserFriend
Originally posted by: stevetierney.gmail.com

Nevermind, I have figured it out.

It looks like my ant script is specifying the libs that I see when
printing my properties from w/in eclipse.

Now off to Tomcat to figure out what I need to do there to have it find my
scripts.

Thanks for taking the time to read this!
Previous Topic:Problem using 3.2.2 with Rich Client Platform Book
Next Topic:BIRT vs JFree
Goto Forum:
  


Current Time: Thu Apr 18 04:51:23 GMT 2024

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

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

Back to the top