If you installed the java_dev.sw.demos
subsystem, then
you have two demo applets. Follow these links to see them if you are
running a web browser with Java support:
In order to view these in the appletviewer, you can do the following:
cd /usr/demos/java/Bounce
appletviewer index.html
cd /usr/demos/java/Impression
appletviewer imppaint.html
There are also some simple examples of how to use JNI,
Sun's new Java Native Interface. They illustrate how to code native
functions using JNI, create JNI-specific header files using
javah, and embed a Java VM in your own application using the
Invocation API. They are under /usr/demos/java
in the
following directories:
JNI-simple-test
JNI-big-test
JNI-invocation-test
Also under /usr/demos/java
are a few demos which
demonstrate how to use native graphics/media code in the context of a
Java application:
java-and-X
java-and-openGL
java-and-video
Each of these demos comes with a Makefile
; typing
make
will build and run the example program.
These demo directories are owned by the user demos
, so you
should either login as user demos
or copy them to a directory
where you have write permission if you want to be able to make changes,
recompile, etc.
Java and other Java-based names are trademarks of Sun Microsystems, Inc., and refer to Sun's family of Java-branded technologies. Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.