Actions
Bug #6615
closedapple-extensions does not compile with java 8
Start date:
11/02/2014
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
The apple-extensions module does not compile with java 8 because the package com.apple.eawt is no longer on the default classpath. Prior to java 8, these classes were in ui.jar, but are now in rt.jar, which is not used by javac. I tried explicitly adding rt.jar to the classpath, but javac still fails.
A workaround is to comment out this module from the Kepler suite.
Updated by Daniel Crawl over 9 years ago
- Status changed from New to Resolved
Apple no longer supports the API used this module, so I've removed it from the Kepler suite.
Actions