Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Thread: JAVAC

    by KevinWorkman
    Replies
    6
    Views
    1,289

    Re: JAVAC

    You aren't doing what the link I posted for you tells you to do.

    The compiler and the JRE are two different things. One compiles .java files into .class files, the other runs .class files. The...
  2. Thread: JAVAC

    by KevinWorkman
    Replies
    6
    Views
    1,289

    Re: JAVAC

    You're running the compiler, which creates a .class file. You have to run the .class file.

    Recommended reading: "Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The...
Results 1 to 2 of 2