>>>>> Bruno Boettcher writes:

    Bruno> Hello, tryed to compile one of my projects using JacOrb and
    Bruno> run inton a problem...  thought maybe i could solve it
    Bruno> recompiling jacOrb... but htere too the same problem
    Bruno> arises....

    Bruno> Exception in thread "main" java.lang.NoClassDefFoundError:
    Bruno> sun/tools/java/ClassPath
    Bruno>         at jacorb.generator.Main.generate(Compiled Code)
    Bruno>         at jacorb.generator.Main.main(Compiled Code)

    Bruno> when compiling y own idl files i get the very same....

    Bruno> so what is this mysterious sun/tools/java/ClassPath-class
    Bruno> that i couldn't fiond in the source????

JacOrb is broken because it uses non standard classes, i.e. classes
that are only in the JDK and nowhere else. There is no guarantee
that these classes won't change with a warning.

In the JDK 1.1 these classes where in classes.zip which means they
were available without setting up anything.

In 1.2 the sun.tools.java package has been moved to tools.jar because
only the JDK tools should use the classes and so there was no need to
have these classes in rt.jar.

If you're lucky JacOrb works if you put tools.jar in your classpath...



        Juergen


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to