Hi,

On Wednesday, November 27, 2002, at 08:43  AM, Yang-Ming Zhu wrote:
I have a Java2d/JAI app and want to create a jar file
so double clicking on it would run it. I can create a
jar to run on Windows 2000, but not on Mac X. Can
anyone tell me what info I need to add to the meta
file? Is JAI in Mac X's java runtime? Thanks,
JAI is not built-in on OS X -- in fact, it is not supported on OS X at
all, by either Sun or Apple.  However, you can use it (in pure java
mode) by putting jai_core.jar (and jai_codec.jar, if you need it) either
       - in /Library/Java/Extensions
       - alongside your app jar, pointed to by the jar manifest's Class-Path
property

HTH,
Rhett
=====================================================
| Rhett Sutphin
| Research Assistant (Software)
| Coordinated Laboratory for Computational Genomics
|   and the Center for Macular Degeneration
| University of Iowa - Iowa City, IA 52242 - USA
| 4111 MEBRF - email: [EMAIL PROTECTED]
=====================================================

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to