Search:

Type: Posts; User: CJ_sucks_at_programin

Search: Search took 0.16 seconds.

  1. Re: How to make NP++ Compile and Run Java programs

    Oh okay, Ill ask someplace else. Thanks for helping though!
  2. Re: How to make NP++ Compile and Run Java programs

    I'm sorry for posting on a closed topic. So I tried the fixes and none of them worked.But I think this is how NPPexec handles as my java works just fine normally.
  3. Re: How to make NP++ Compile and Run Java programs

    javac -version
    javac 1.8.0_191

    java -version
    java version "1.8.0_191"
    Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
    Java HotSpot(TM) Client VM (build 25.191-b12, mixed mode)

    And I...
  4. Re: How to make NP++ Compile and Run Java programs

    I started out using Six. But then when I swapped to eight and uninstalled six. I have java eight JDK and JRE installed as when I used the installer it installed both of them onto my system.
  5. Re: How to make NP++ Compile and Run Java programs

    Java six and Eight
  6. Re: How to make NP++ Compile and Run Java programs

    No. it works when I compile it in six and eight they both work fine.
  7. How to make NP++ Compile and Run Java programs

    For a while I just used command prompt to compile my code but it's just starting to get annoying having to open it up every time. I tried using NPPexec to do it but I just keep getting this message
    ...
  8. Were Should I move on from this point?

    So I've learned how to do various commands such as if then statements and Javax.swing (the java text boxes) and I honestly don't know were to progress to after this point. Am I good enough to start...
  9. Re: System.out.printin isnt working

    The error message
    UserInput.java:7: cannot find symbol
    symbol : method printIn(java.lang.String)
    location: class java.io.PrintStream
    System.out.printIn("please enter your favorite anime:...
  10. System.out.printin isnt working

    Im attempting to learn user input via scanners. But whenever I try to compress it is saying something is wrong with the system.out.printin isnt working

    My Code:
    import java.util.Scanner;
    ...
  11. Replies
    1
    Views
    736

    Hello there

    I'm a java beginner who is attempting to learn java for game development. Hello there!
Results 1 to 11 of 11