QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I run a Java 3D application?

TWiki . Javadesktop . Java3DFAQ
In other words, as long as the Java3D classes are installed properly and available, Java 3D applications are invoked in the exact same manner as other applications. The following questions still need someone to write an answer for them. When this is done, they can be moved back up to the previous section in the appropriate place.

How can I run Java 1.1 with Netscape/2?

Unofficial Java on OS/2 FAQ
Get the latest version of Netscape for OS/2, which can use Java 1.1 and also comes with a utility (not tested here) to switch between the old and new versions of Java. Note that this version still carries the "2.02" number. To determine the exact version number, select "Help, About Netscape ... " from the menu of your Netscape. The title bar will display a string, including a date. Mine says "Version 2.02-980101". I'm not sure if there is a more recent build now.

Can you run a Java Script or Java Applet on my page?

Middlebury Vermont Community Network Frequently Asked Questi...
Ans: Yes, we can... but we should caution you that there are still a lot of old browsers out there that are not Java-enabled. Older AOL browsers, for example, have a devil of a time with Java. We are frankly looking forward to the time when the whole web is fully utilizing the interactive capabilities of the platform-independent language and world of Java. Ans: We have an excellent form script in our CGI Bin, written in perl.

How do you print using AWT JDK version 1.1 and JDK version 1.2?

Sun Microsystems
I am using Process.waitFor() to force my application written for the Java platform to wait until the native process has finished...

How can I deploy my Java 3D application?

TWiki . Javadesktop . Java3DFAQ
We found the question of installation so troublesome with mismatch of versions and users patially installing the software we bundle the complete java jvm and libraries (including J3D?) and in a subdirectory of our installation directory. No troubles since we did that. Topic Java3DFAQ .

How do I compile 1.3 java sources with a 1.4.x or 1.5.x JDK?

FAQs-1 - Maven User - Codehaus
lt;project> ... <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <verbose>true</verbose> <fork>true</fork> <executable><!-- path-to-javac --></executable> <compilerVersion>1.3</compilerVersion> </configuration> </plugin> </plugins> </build> ... </project>

A4. How do I download Java and/or JDK? How do I install it?

Frequently Asked Questions About Java
You can get our releases either with a World Wide Web (WWW) browser or by anonymous ftp. For details, including installation instructions, visit: The JavaTM Development Kit (http://java.sun.com/products/jdk/) Choose the version of the JDK you want, and go from there.

How do I join the Java 3D projects on java.net?

TWiki . Javadesktop . Java3DFAQ
Note: unless you want to work with the Java 3D internals, or see automated source code checkin messages, you only need to join the parent java3d project. The new Java 3D interest list is available either as a discussion forum (which is what most of the community uses) or as a mailing list. Messages posted to one are cross-posted to the other automatically. Go to the "Mailing Lists" page of the parent java3d project and subscribe to the "interest@java3d.dev.java.

How do I download the Java 3D source code?

TWiki . Javadesktop . Java3DFAQ
Before downloading the source code, you will need to create a java.net account if you don't already have one. You must use CVS to download the source code for projects on java.net (see: Q: What is CVS and How Do I Use It? if you are unfamiliar with CVS). Java 3D is composed of three main CVS modules (projects), which can be checked out using a CVS client: In order to build the code, the three top-level directories must be named exactly as shown above and they must be sibling directories.

How do I build Java 3D from the source code?

TWiki . Javadesktop . Java3DFAQ
Download the source code for the following three projects: j3d-core, j3d-core-utils, and vecmath (see Q: How do I download the Java 3D source code?)

How do I download and install a Java 3D binary release?

TWiki . Javadesktop . Java3DFAQ
On Windows, Linux, Solaris, and Java 3D 1.5 for Mac OS X, installers are available here: https://java3d.dev.java.net/binary-builds.html

Why do I get this when using JDK 1.1 under X: (Font problem)?

Java Programmer's FAQ
Learning Java This Java FAQ is maintained as a service to the Java community. Please consider these books from the FAQ author when you are looking for a programming text. Just Java 1.1" Programming in Java, for people who can already program in another language. More info at http://www.amazon.com/exec/obidos/ISBN%3D0137841744 Not Just Java" Java explained for managers. More info at http://www.amazon.com/exec/obidos/ISBN=0138646384 Sample chapters are on Sun Microsystems webpage at http://www.

How do I check on known bugs in JDK 1.1?

Java Programmer's FAQ
Note that only bugs that Sun deems "important" are listed there. The criteria for "important" are not published. You can even vote on the priority you would assign to a particular bug fix! Join the Java developer connection (it's free!) by going to http://java.sun.com and then searching for "Developer Connection". Then browse webpage http://developer.javasoft.

Why do I get this when using JDK 1.1 under X Windows?

Java Programmer's FAQ
java.lang.NullPointerException at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:59) at sun.awt.motif.MToolkit.createFrame(MToolkit.java:153) at java.awt.Frame.addNotify(Frame.java) at java.awt.Window.pack(Window.java) A. There's a missing font on your system. Move font.properties from the "lib" subdirectory aside to font.properties.bak Then it won't look for the font and fail to find it.

Which JDK 1.1 system classes will be marked Serializable?

Object Serialization: Frequently Asked Questions
The following list shows the classes that are marked Serializable. Note that classes that extend these classes are also serializable. There are many classes for which Serialization makes no sense, such as those representing the state of something in the current VM (e.g. java.io.FileInputStream) or are exceedingly hard to do correctly (e.g. java.lang.Thread).

Sect. 15) RMI seems to have stopped working for me in JDK 1.1. Why is this?

Java Programmer's FAQ - Part D
The rules for where the client looks for a stub class seem to have changed making it necessary to reset your class path on the client after starting the RMI registry. In particular, it looks like rmic was not updated to the new "don't need $CLASSPATH for current dir" convention as the compiler was. You are best off setting classpath explicitly. There are several very good sources available from Sun which cover many simple and advanced RMI problems.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact