Author: jm Date: 2012-07-12 10:26:09 -0700 (Thu, 12 Jul 2012) New Revision: 29859
Modified: core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat Log: Fixed start up error involving App Manager's deploy directory for Windows Fixed check for JAVA_HOME on Windows Modified: core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat =================================================================== --- core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat 2012-07-12 15:58:14 UTC (rev 29858) +++ core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat 2012-07-12 17:26:09 UTC (rev 29859) @@ -28,9 +28,9 @@ :setDebugOpts set JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=%DEBUG_PORT% set PWD=%~dp0 -set KARAF_OPTS=-Xss10M -Duser.dir="%PWD:\=\\%" -splash:CytoscapeSplashScreen.png +set KARAF_OPTS=-Xss10M -Dcytoscape.home="%PWD:\=\\%" -Duser.dir="%PWD:\=\\%" -splash:CytoscapeSplashScreen.png -if not "X%JAVA_HOME%"==X goto TryJDKEnd +if not "X%JAVA_HOME%"=="X" goto TryJDKEnd goto :TryJRE :warn -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
