You are not logged in.
Pages: 1
Hello everybody! I'm producing a game with help from library Slick2D. But I'm not wanting to use Eclipse to develop it. The big question is how can I manipulate the javac compiler flags so that I can compile my source files with the. Slick2D jars?
user@localhost $ grep -rnw "." -e "hacking"
Offline
Maybe with the -cp option (see javac -help) ?
Offline
Pages: 1