Get The Code

Wednesday, May 18, 2011

What not to do:

I am trying to implement Client Server and am finding out that using any class that starts with
sun.org package is a bad idea.
I was getting this error

package sun.org.mozilla.javascript.internal does not exist
    [javac] import sun.org.mozilla.javascript.internal.EvaluatorException;

I just replaced it with a generic Exception and it seems to be ok.

-Greg

No comments:

Post a Comment