Project

General

Profile

Actions

Bug #6615

closed

apple-extensions does not compile with java 8

Added by Daniel Crawl over 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
interface
Target version:
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.

Actions #1

Updated by Daniel Crawl over 8 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

Also available in: Atom PDF