WO application failing to load UNIXClassPath.txt

2013-03-28 Thread Soles, James T
All, I am in the process of trying to move our build environment and am getting different results when starting an application from the new build environment. I'm not sure what we may have missed when setting up the new build environment but when the application starts from code built there

RE: WO application failing to load UNIXClassPath.txt

2013-03-28 Thread Soles, James T
Chuck, The DecisionQ version 3.0 is coming from an NSLog.out in the application main (DecisionQ is the application name). The other reason I don't believe that the classpath is actually being loaded is because once the application does get started we get some other errors that indicate the

Re: WO application failing to load UNIXClassPath.txt

2013-03-28 Thread Chuck Hill
If it is from an NSLog rather than System.out.println then at least part of the classpath is getting loaded. You might want to call code like this from main to see what sort of classpath is getting generated: static public String dumpJVMConfiguration() { StringBuffer output =