Hi,I am using Java Annotations to generate code, the apt works great in pc but in macs it doesn't work. Is there any way to read annotations in mac os?Thanks..
[181 byte] By [mdeschampsa] at [2007-10-2 9:49:06]
Reading annotations on a Mac would require a JDK 5. Apple has released at least an initial version of this for OS X 10.4: http://www.apple.com/support/downloads/java2se50release1.htmlHowever, I do not know if that includes apt or not.