Hi,
If I download the jnlp launch file jForex.jnlp and place it in a
directory c:\Home, and then launch it like this, using Java
Web Start (javaws):
C:\Windows\SysWOW64\javaws.exe C:\Home\jForex.jnlp
(this is 32-bit Java 7 Update 71 so it's in SysWOW64...)
I'm trying to figure out what the CLASSPATH would be, since I
need to place log4j.properties in one of the folders on the
CLASSPATH. I do have log4j.properties in the c:\Home folder
but it doesn't seem to be effective, in suppressing DEBUG
type messages to the console from the JForex platform.
I believe it needs to be discoverable on the CLASSPATH.
So I guess I need to add some args on the javaws launch
command maybe to get some additional folder on the
CLASSPATH.
Console dumpable system and deployment properties
are show java.class.path
java.class.path = C:\Program Files (x86)\Java\jre7\lib\deploy.jar
Thanks for any tips...
HyperScalper