Mac Section Index | Page 2
Where can i get a "Hello World" JNI Example for Macintosh?
http://www.informagen.com/Java/ExamplesJNI/
Where can I get the Java Plug-in for older Netscape browsers on the Mac?
Mozilla makes an MRJ Plugin available from http://www.mozilla.org/oji/MRJPlugin.html. It supports Netscape 4.x and Netscape 6 browsers.more
I wrote an Applet which writes in a MS Access Database using ODBC.
I wrote an Applet which writes in a MS Access Database using ODBC.
Now I would like to write into this MS Access Database from an Apple (Mac), but Apple don´t know ODBC....
Any ideas how I ca...more
How do I get started with Java Development for Mac OS X?
1. Get the public beta for MacOS X from http://store.apple.com.
2. Download JBuilder 3.5 Foundation from http://www.borland.com/jbuilder.
3. Visit this site and follow the directions for instal...more
How do I get the Mac Look and Feel on a Mac running MRJ?
If you are running MRJ, then you are not using Mac OS X and so you will not be getting the Aqua Look and Feel. The latest version of the MRJ (2.2.3 as of September 2000) corresponds to JDK 1.1.8. ...more
How can I make right-clicks work on both NT and on a Macintosh? The Mac should work with control-click.
Check for isPopupTrigger()
in mousePressed(MouseEvent e) as well
as in mouseReleased(MouseEvent e).
Some platforms treat the "right-press" as the trigger for a popup menu, while others ...more
How do I get started with Java development on a Mac running the MRJ?
At a very minimum you'll need a decent text editor, BBEdit is one of the best, and the Mac OS Runtime for Java(MRJ) SDK. With this set of tools you will be able to edit your source code and compi...more
Is QuickTime for Java a Mac-only product?
You can download both a Windows and Mac version from http://developer.apple.com/quicktime/qtjava/installation.html.more
Where can I get the API docs for the QuickTime for Java libraries?
Apple makes them available online at http://qtj.apple.com/pub/doc/packages.html.
Are there any tutorials available for learning how to use Apple's QuickTime for Java library?
There is an example Building a Zoo Kiosk tutorial available from Apple.
Are there any mailing lists focused on Java development on the Macintosh using MRJ (the Macintosh Runtime for Java)?
The MRJ-Dev mailing list is for developers using the MacOS Runtime for Java (MRJ).
What other FAQs are there for Java on the Macintosh-related questions?
You can try the Java on the Macintosh, MRJ FAQ for the MRJ-DEV mailing list, and Apple's own Technical Notes.more
Does JNI work with Mac OS / MRJ?
Yes it does. If you are having trouble, you should see this tech tip from Apple:
http://developer.apple.com/technotes/tn/tn1155.html
Also take a look at:
http://developer.apple.com/qa/java/ja...more
Why can't I use the Windows and Mac look and feels on other platforms?
These look and feels are locked to only work on their native operating system. Sun felt there were copyright-related issues with running these on other than their native operating system.
If you ...more