Actions
Bug #278
closedJDK 8 Compilation error
Start date:
03/19/2014
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
The applet uses a class which is not available in JDK 8 which was released yesterday.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/sake/Projects/openecard/open-ecard/clients/applet/src/main/java/org/openecard/clients/applet/JSCommunicationHandler.java:[315,37] cannot find symbol
symbol: method getWindow(java.applet.Applet)
location: class netscape.javascript.JSObject
Updated by Tobias Wich over 10 years ago
Looks like there is a clash with the same class in JavaFX. This one is preferred in the classpath. This might also mean there is a problem at runtime.
http://stackoverflow.com/questions/13953920/not-able-to-resolve-jsobject-in-a-java-applet-project
Updated by Tobias Wich over 10 years ago
- Status changed from New to Closed
- Assignee set to Tobias Wich
Actions