Search:

Type: Posts; User: KdotJ; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    14
    Views
    115,697

    [SOLVED] Re: Compiling and Running Java Programs in Terminal

    Good old maven lol. Its just like the python 2.x vs 3 problem... but people will eventually catch up.
  2. Replies
    14
    Views
    115,697

    [SOLVED] Re: Compiling and Running Java Programs in Terminal

    While this is true, it all depends on what you're doing. Many companies will stay on Java 6 for a long time. If you start writing code for Java 7, some of it will not compile on Java 6 due to new...
  3. Replies
    14
    Views
    115,697

    [SOLVED] Re: Compiling and Running Java Programs in Terminal

    Is the class (or classes) you're trying to compile and run in a package? Are you in the correct folder etc? If possible, can you post the error output you get? (Of course only if you're OK with...
  4. Replies
    14
    Views
    115,697

    [SOLVED] Re: Compiling and Running Java Programs in Terminal

    Hey, sorry for the quick reply I was doing it on my phone. So what are the issues you are having? You can compile java source files from the command line but you need to compile and run them with...
  5. Replies
    14
    Views
    115,697

    [SOLVED] Re: Compiling and Running Java Programs in Terminal

    You can install the open Java JDK by opening a terminal and running:


    sudo apt-get install openjdk-6-jdk

    this will also setup the classpath for you. Now you can simple compile and run you java...
Results 1 to 5 of 5