Topic: point to JRE without full installation
point to JRE without full installation
Hi, I work in an environment where the desktop (Win-XP) is locked down with an old version of Java. I have been able to get other Java apps to work by first running the command:
set PATH=C:\Program Files\Java\jre6\bin;%PATH%
in a cmd file with the command that starts the app. This does not seem to be working for DataCleaner. Any suggestions??
set PATH=C:\Program Files\Java\jre6\bin;%PATH%
in a cmd file with the command that starts the app. This does not seem to be working for DataCleaner. Any suggestions??
Hi chris,
Did you add that to the .cmd file? If so, I guess it should work. But you might also need to update your JAVA_HOME environment variable...
Did you add that to the .cmd file? If so, I guess it should work. But you might also need to update your JAVA_HOME environment variable...
set JAVA_HOME=C:\Program Files\Java\jre6
Log in by clicking the login link at the top of the screen
Go back to forum.


