[Bug 2956] GWT modules are failing to compile under 1.6.0_39
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jun 3 14:24:42 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2956
--- Comment #17 from paguayo at indexengines.com <paguayo at indexengines.com> ---
the environment is correct, but I continue to get the same error:
[java] ... 40 more
[java] Caused by: java.lang.ClassCastException:
sun.net.www.protocol.file.FileURLConnection cannot be cast to
java.net.JarURLConnection
[java] at
com.google.gwt.dev.javac.JdtCompiler$JreIndex.readPackages(JdtCompiler.java:176)
[java] at
com.google.gwt.dev.javac.JdtCompiler$JreIndex.<clinit>(JdtCompiler.java:154)
[java] ... 62 more
[java] [ERROR] at Tree.java(133): GWT.create(Tree$Resources.class)
[java] com.google.gwt.dev.jjs.ast.JMethodCall
[java] [ERROR] at Tree.java(133): (Tree$Resources)
GWT.create(Tree$Resources.class)
[java] com.google.gwt.dev.jjs.ast.JCastOperation
[java] [ERROR] at Tree.java(133): final static Tree$Resources
DEFAULT_RESOURCES = (Tree$Resources) GWT.create(Tree$Resources.class)
[java] com.google.gwt.dev.jjs.ast.JDeclarationStatement
[java] [ERROR] at Tree.java(132): {
[java] Object.$clinit();
[java] final static Tree$Resources DEFAULT_RESOURCES = (Tree$Resources)
GWT.create(Tree$Resources.class);
[java] }
[java] com.google.gwt.dev.jjs.ast.JBlock
[java] [ERROR] at Tree.java(132): {
[java] Object.$clinit();
[java] final static Tree$Resources DEFAULT_RESOURCES = (Tree$Resources)
GWT.create(Tree$Resources.class);
[java] }
[java] com.google.gwt.dev.jjs.ast.JMethodBody
[java] [ERROR] at Tree.java(132): private static final void
$clinit();
[java]
[java] com.google.gwt.dev.jjs.ast.JMethod
<mock-chroot>[root at bullhead JSON]# java -version
java version "1.6.0_39"
OpenJDK Runtime Environment (IcedTea6 1.14.0pre+rcc7089689313) (CentOS build
1.6.0_39-b39)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
The same module compules without a problem on java-openjdk-1.6.0_38
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160603/532c419c/attachment-0001.html>
More information about the distro-pkg-dev
mailing list