I've set up Java and Wine on Ubuntu, but I can't seem to fix my problems.
This is what I have as the compiler:
Code:
#!/bin/bash
javac *.java
And here is my run file:
Code:
#!/bin/bash
java -Xmx512m -cp serv
For some reason they do not seem to do anything. I am pretty sure that my variables are set correctly, but in case that they aren't could someone please post them here for me to see? Also I have already used chmod +x on the run.sh and compile.sh.
Any help with this would be greatly appreciated.