
-----------------------------------
baseballplayer13
Mon Feb 01, 2010 11:23 pm

JCreator issues
-----------------------------------
I'm trying to get started with java using JCreator.  I'm sure that I installed it correctly and got the directories for the JDK and API files correct, but whenever I try to compile my files or projects i get this error:

--------------------Configuration: Test - JDK version 1.6.0  - --------------------
java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.Main
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main" Could not find the main class: com.sun.tools.javac.Main.  Program will exit.

Process completed.
