You are hereBlogs / meck's blog / Java 6 For OSX?
Java 6 For OSX?
After having developed a small compiler in Java on an Ubuntu system I was curious if I could also build it seemlessly on MacOS. So I checked out the subversion project and did an "ant"... Boom! Did not build at all. The problem was that the eclipse on the Ubuntu machine had generated some @Override tags for the overridden methods in the project. Those tags are Java 6 features and do not compile in Java 5. Well... the problem is that Java 6 is not available yet on the Mac platform as I heard weeks ago. So I fired up Google to check the current status about this. According to this website Java 6 is still not included or available for Leopard. Apple removed the beta of Java 6 months ago without further comments. Now all bloggers are encouraged to put this code on there blogs to emphasize that they want Apple to care about this issue:
13949712720901ForOSX
Now with this code, you can use google to see how many blogs are caring about Java 6 on MacOS.
- meck's blog
- Login to post comments
- Login to post comments
- Login to post comments
