Open GoogleCodeExporter opened 8 years ago
Possible solution is to set a fork attribute and point to a Java5JDK
installation
Original comment by fred.gr...@gmail.com
on 18 Dec 2011 at 3:42
I am also seeing this error on linux.
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
I don't see it on Mac OS X.
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
Switching to JDK 1.5 does NOT solve the problem as clearsilver won't run on 1.5:
javadoc: error - In doclet class com.google.doclava.Doclava, method start has
thrown an exception java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z
at com.google.clearsilver.jsilver.values.Value.literalValue(Value.java:123)
...
Anybody got a solution to this?
Original comment by Nicholas...@gmail.com
on 14 Feb 2013 at 11:21
Found the solution here:
http://code.google.com/p/android/issues/detail?id=1261
Add -XDignore.symbol.file to the javadoc command line.
The bug on sun.com is hilarious reading:
http://bugs.sun.com/view_bug.do?bug_id=6544224
Original comment by Nicholas...@gmail.com
on 14 Feb 2013 at 12:45
Original issue reported on code.google.com by
ada...@gmail.com
on 12 May 2011 at 11:53