digitalrinaldo / hackystat-sensor-eclipse

Automatically exported from code.google.com/p/hackystat-sensor-eclipse
0 stars 0 forks source link

JAXB, Java5, and the Eclipse sensor #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to enable the Eclipse sensor to work in both Mac/Java 5 and
Windows/Java 6 environments, we needed to do two things:

* Specify a "minimum execution environment" of Java 5
* Include the JAXB library files in the plugin (since plugins do not have
access to the lib/ext directory).

When the Mac finally makes it to Java 6, we can undo these changes. 

Original issue reported on code.google.com by philipmj...@gmail.com on 5 Sep 2007 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by philipmj...@gmail.com on 8 Sep 2007 at 4:25

GoogleCodeExporter commented 8 years ago

Original comment by hongb...@gmail.com on 23 Nov 2007 at 8:32