how can I develop Apple Java Extensions on Windows?

Posted by carneades on Stack Overflow See other posts from Stack Overflow or by carneades
Published on 2010-01-27T23:34:09Z Indexed on 2010/03/29 23:53 UTC
Read the original article Hit count: 333

Filed under:
|
|

When I do multi-platform testing on Windows it gets annoying that Eclipse shows errors in the project because of the com.apple.eawt code that I have in a special Mac customization task. Worse yet, if I export a runnable jar on Windows, it won't run on mac because of the unresolved compilation problems. What's the best way to let Windows Java and com.apple.eawt live in peace? I can't see how I would be able to spin off the code to a jar, since it requires access to lots of the program's state. Thanks for your help!

UPDATE: I've posted a jar to Sourceforge that solves this problem: http://sourceforge.net/projects/javaextensions/

© Stack Overflow or respective owner

Related posts about java

Related posts about apple