Gold Farm 7 Share 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 Link to comment Share on other sites More sharing options...
Dreamlicker 749 Share Posted October 6, 2015 Move the Dreambot client.jar into your build path. Link to comment Share on other sites More sharing options...
Gold Farm 7 Author Share 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 Link to comment Share on other sites More sharing options...
Computor 177 Share 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. Link to comment Share on other sites More sharing options...
Dreamlicker 749 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts