This is a GUI java application,
I have a run.sh file and I want to run it on Windows 7(x64)
how to made that?
The file have this rows:
#!/bin/bash
java -Xmx2048m -classpath ./lib/*: com.jweb2.JWMainWindow &> out.txt
I install JDK, JRE from Java, and Cygwin (http://www.cygwin.com/)
but did not help anything.
Who knows?
Its just a java command. Convert it to a windows batch (
.bat) file.run.batfile should contain.It should work if your java command is in
%PATH%I dont have access to windows machine right now. So there could be mistakes.