Java or C ?

  • NeBuR
    7th Nov 2011 Member 0 Permalink
    @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!
  • MasterMind555
    7th Nov 2011 Member 0 Permalink
    @jenn4 (View Post)
    You mean IDE
  • TheWiseEyes
    7th Nov 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • alecnotalex
    7th Nov 2011 Member 0 Permalink
    @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.
  • MasterMind555
    7th Nov 2011 Member 0 Permalink
    @Mushroom (View Post)
    @alecnotalex (View Post)
    Exactly, we're still working on it.

    @NeBuR (View Post)
    I'm free right now, so if you want me to have a look at your code, I could help you improve it. PM me

    @TheWiseEyes (View Post)
    There's only 1 Compiler, he obviously means IDE...
  • TheWiseEyes
    7th Nov 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • NeBuR
    7th Nov 2011 Member 0 Permalink
    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 ?

    And as a question: What is IDE?
  • TheWiseEyes
    7th Nov 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • NeBuR
    7th Nov 2011 Member 0 Permalink
    @TheWiseEyes
    Huh? Why? I´m on Linux in the moment so wheres the problem?

    @MasterMind555
    Do you want the .java or a .txt?
  • TheWiseEyes
    7th Nov 2011 Banned 0 Permalink
    This post is hidden because the user is banned