Is there something that makes permutation 0 different than the 7 other permutation? How can I tell what is the difference?
On Jun 9, 3:10 pm, "A. Stevko" <[email protected]> wrote: > I am getting this compiler error. Any tips on resolving it? > > Compiling 8 permutations > Compiling permutation 0... > Process output > [ERROR] Exception in thread "main" java.lang.NoClassDefFoundError: > _j2se_j9=71168 > [ERROR] Caused by: java.lang.ClassNotFoundException: _j2se_j9=71168 > [ERROR] at > java.net.URLClassLoader.findClass(URLClassLoader.java:421) > [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:652) > [ERROR] at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:346) > [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:618) > [ERROR] Could not find the main class: _j2se_j9=71168. Program > will exit. > Compiling permutation 2... > Compiling permutation 3... > Compiling permutation 4... > Compiling permutation 5... > Compiling permutation 6... > Compiling permutation 7... > Compiling permutation 1... > Compile of permutations succeeded > Linking into .... > Link succeeded > > -- > -- A. Stevko > =========== > "If everything seems under control, you're just not going fast enough." M. > Andretti -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
