@Mushroom I think it would be doable but it would be f*cking hard! @jenn4 Huh? Java compiler? Java only has one: It´s own. You can write your code in a textfile and save it as *.java. Then you can open the wimdows bash and type(not sure if this is right): cd "the directory where the .java file is" then : -javac *.java then to run your file: -java * (its compiled from .java to .class, so you mustn´t put .class after the name of the file) Or you make it as easy as possible and download eclipse. Eclipse is very helpfull,it provides information about the methods, compiles it automaticly and shows possible soutions for mistakes,while you´re still doing the code!
Hopes that helps :D!
@everyone If someone needs examples, I´ll post some java codes!
@Mushroom(View Post) Well, to some extent. I think mastermind555 and boxmein might be still working javapowder which is a java version of powder toy. Making one that is the same as powder toy in every way, is just about impossible.
I´m sorry to interrup you, but I don´t get what you are talking about. Java only has one complier and that is javac. This is the compiler provided by Oracle. All other java editors use javac in its pure or changed form. @MasterMind555 I need to upload my code to git first :D. EDIT: I just read that I have to install some software for git so I wont do that. This is not my pc I´m on in the moment :D. Uploading it to minus as .java or .txt file ?