Mac Section Index
Where can I learn (more) about using Java's JNI (Java Native Interface) to interface Java with platform native code?
Check out the jGuru JNI FAQ.
Where can I learn (more) about dealing with 2D (two dimensional) and 3D (three dimensional) images, sound, speech, telelphony, and the rest of Java's support for advanced media handling?
Where can I learn (more) about dealing with 2D (two dimensional) and 3D
(three dimensional) images, sound, speech, telelphony, and the rest of
Java's support for advanced media handling?
Where can I learn (more) about Java's AWT (Abstract Window Toolkit)?
Check out the jGuru AWT FAQ.
Where can I learn (more) about Java development tools?
Check out the jGuru Tools FAQ.
Where can I learn (more) about Java's support for developing multi-threaded programs?
Check out the jGuru Threads
FAQ.
Colored buttons on a Mac?
Colored buttons on a Mac?
I am unable to produce colored buttons on a Mac but not a PC. Can anyone comment on the applet below?
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
pu...more
Is there a DBMS which runs on Windows, UNIX, Linux and Apple?
Is there a DBMS which runs on Windows, UNIX, Linux and Apple?
I am developing a stand alone application which requires an Access-like DBMS at the backend. The DBMS must run on any Java 1.2 platfor...more
Mac OS X API method giving problem in JNI.
Mac OS X API method giving problem in JNI.
hi,
i m developing a java application using JNI for Mac OS. For this i have
developed the Java Class, declaring the native method in it. Now i m
writi...more
i want to develop a JNI application for the mac OS.
JNI on Mac OS.
hi,
i want to develop a JNI application for the mac OS. For that i have
also developed the "jnilib" shared library. and placed in the current
directory and the java.l...more
Printing with JAVA on MAC OS X When I try to print A4 documents with JAVA 1.3 on MAC OS the output is completely different to the Windows or the Solaris version.
Printing with JAVA on MAC OS X
When I try to print A4 documents
with JAVA 1.3 on MAC OS
the output is completely different
to the Windows or the Solaris version.
Especially the borders can't be
set...more
Mac API method for launching applications.
Mac API method for launching applications.
hi,
I want to open any application based on the extension of the file
through my java program. For example, if i have a abc.doc file then it
must be l...more
Finding the Terminal Where do I find the command line on Mac OS X?
Re: Finding the Terminal
The path to the Terminal application is: /Applications/Utilities/Terminal. You are working with tcsh, an enhanced C shell. For long time Mac users, this is really cool... ...more
I have a problem when I try to send a Post Method
I have a problem when I try to send a Post Method
request through the web from my applet, I have to access
a WebServer with Basic Authentication security.
It works in PCs, but never in Macs.
The co...more
Where can I get a port of the Java COMM API for the Mac/MRJ?
Patrick Beard has ported the javax.comm package to the Mac. You can find his code and notes on the web at http://www.vmeng.com/beard/javax.comm.MRJ/more
What IDEs are available on the Mac?
You can find a list of IDEs that work on MacOS 9 here: http://www.outlawcafe.org/developmenttools.html
. In general, any IDE written in Java that is compliant with JDK 1.1.x should run on the cur...more