one step closer

2008-05-10 Thread Jaime Magiera
Ok, I've finally gotten to the point of at least being able to launch my app from the command line successfully. Thanks for the help. Now, there are a few errors/warnings of concern, and the app fails when I try to load components that use WO extensions. The following errors/ warning appear

Re: one step closer

2008-05-10 Thread Don Lindsay
Hello Jamie; You have multiple versions of jar files on your classpath. If you are doing this on windows do dir /s javaxml.jar on each drive On unix find / -name javaxml.jar See if you have multiple jars on your drive. If you do, check your class path for the application. Don On May 10

Re: one step closer

2008-05-11 Thread Lachlan Deck
Hi there, in addition to what Don suggested... On 11/05/2008, at 3:43 AM, Don Lindsay wrote: On May 10, 2008, at 12:51 PM, Jaime Magiera wrote: Ok, I've finally gotten to the point of at least being able to launch my app from the command line successfully. Thanks for the help. Now, there

Re: one step closer

2008-05-12 Thread Chuck Hill
On May 10, 2008, at 9:51 AM, Jaime Magiera wrote: Ok, I've finally gotten to the point of at least being able to launch my app from the command line successfully. Thanks for the help. Now, there are a few errors/warnings of concern, and the app fails when I try to load components that use

Re: one step closer

2008-05-15 Thread Jaime Magiera
On May 11, 2008, at 4:52 PM, Lachlan Deck wrote: Hi there, in addition to what Don suggested... You're using Project Wonder. That's another ingredient. Yeah, I'm going to have to get used to the compartmentalization of the new toolset. Check your classpath in eclipse for duplicate entries