Re: [SourceJammer-users] Sourcejammer installation
Brought to you by:
robertmacgrogan
From: <si...@ju...> - 2008-03-31 01:10:03
|
Roberto, I just installed SJ last week and ran into a couple problems. I got it working. I hope this helps you. Check to see if your JAVA_HOME environment variable is set. Open a command line and enter <code>echo %JAVA_HOME%</code> If it comes up blank, you will need to set the environment variable. 1. Right-click on My Computer 2. Select Properties 3. Select the Advanced tab 4. Click the Environment Variables button 5. Click either New button. The top one will set it just for your log on id and the bottom will set it for everyone. 6. The Name must be JAVA_HOME. Value is the path to your Java installation. 7. OK back out to the desktop. 8. Close the command prompt, reopen it and try the echo command again. If your JAVA_HOME path has a space in it, like c:\Program Files\java, then you need to tweak install.bat. Put double quotes around anything using JAVA_HOME. For example <code>%JAVA_HOME%\bin\jar xf sourcejammer.war</code> becomes <code>"%JAVA_HOME%\bin\jar" xf sourcejammer.war</code> Good luck, John E. _____________________________________________________________ Beauty Product Reviews Read Unbiased Beauty Product Reviews and Join Our Product Review Team! http://thirdpartyoffers.juno.com/TGL2111/fc/JKFkuJNzmGPlicxPyrdzglWNOtCXUAvJn8cUZ2TvbafDqIpNBX5olR/ |