Author Topic: N00B Question  (Read 2940 times)

Offline N3M3SiS

  • byte
  • *
  • Posts: 4
    • View Profile
N00B Question
« on: April 04, 2007, 03:45:50 pm »
I'm very n00b in java script therefore asking you a n00b question
How to compile .java files to .class?
like the ones in the jar packages in demos/

I've SUN VM with Microsoft VM installed on my system. :d

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: N00B Question
« Reply #1 on: April 04, 2007, 03:55:43 pm »
First, Java isn't Javascript...just to avoid confusion. Second, this really isn't a general Java support forum. If you want to use jPCT, it's mandatory to learn the java language first, which will take some time. Once you have understood what Java is and how it works, come back here and start using the engine. The other way round is a very bad choice IMHO. More info about Java can be found at http://java.sun.com and of course in the Java forums at http://forum.java.sun.com. I strongly suggest to look for a general Java tutorial or a beginner's book to get you started.