Hi Christian, Welcome to the wonderful world of unportable Java applications. ;)
Ant used an internal method/class of Sun's JDK for the Javah task that has been removed/renamed in JDK 1.4.2. Ant's 1.5.4 release has fixed that problem on Linux, afaik. It may work on MacOS X, too, but due to the nature of internal methods/classes being undocumented and unreliable for general use, I can't say for sure. The problem is that sun.* classes are not part of the official java APIs, so any code using them is not portable. According to Sun's JDK documentation. cheers, dalibor topic ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
