Book a Demo

Author Topic: Java debug script.  (Read 2097 times)

frankffl

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Java debug script.
« on: May 06, 2011, 10:28:56 pm »
I'm trying to set up a build script for a java application. Ive followed the details found within the help system but for some reason my classpath is being ignored.
 My runtime variables are
jre=C:\Program Files (x86)\Java\jre6,
-Djava.class.path=C:\TMP\ff;C:\TMP\ff\lib\junit4-1.jar

The output created is as follows
[1813888477]      Warning, no java.class.path property set, defaulting to environment variable if present            
[1813888480]      classpath used will be:-
[1813888482]      -Djava.class.path=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip;C:\SOURCE\CUSTOMER\INTEGRAL\EA;          
[1813888600]      Stack Limit threshold set to 3    
[1813889307]      classpath 0 = .  
[1813889310]      classpath 1 = C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip      

Anybody have any ideas?