You are not logged in.

#1 2011-09-07 21:05:28

abarahc
Member
Registered: 2010-04-30
Posts: 128

javac - flag usage

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

#2 2011-09-07 21:07:41

jaco
Member
From: Toulouse, France
Registered: 2011-03-17
Posts: 149

Re: javac - flag usage

Maybe with the -cp option (see javac -help) ?

Offline

Board footer

Powered by FluxBB