Gold Farm 7 Posted October 6, 2015 Hey, so script is coded into .txt and i changed it to .java now im trying to compile it into .class and i get this error http://www.upload.ee/image/5243348/Untitled.png
Gold Farm 7 Author Posted October 6, 2015 Move the Dreambot client.jar into your build path. Dosent work, i only have atm .java files which is plain txt and manifest.txt
Computor 179 Posted October 6, 2015 Dosent work, i only have atm .java files which is plain txt and manifest.txt Try using an IDE to compile, I haven't dealt with legit compiler yet (simply because it's unneeded/takes forever), but IDEs are definitely more simple.
Dreamlicker 750 Posted October 6, 2015 If you're convinced that compiling via cli is the best option, you can always do java -cp *:. HelloWorldMight be javac, idk. totally stole this off of stack overflow. http://stackoverflow.com/questions/2096283/including-jars-in-classpath-on-commandline-javac-or-apt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.