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

Frequently Asked Questions

How do I get and install JDK 1.3?

jGuru: Java400 FAQ Home Page
For V4R5, see V4R5 5769-JV1 Option 5 (JDK 1.3) AS/400 Install Instructions. This is off of the Java Deployment page. There should also be instructions... I want to use the Developer Kit's native JDBC driver to retrieve data from other AS/400s on a network. I've added the proper Relational Database Entries, but when I try to connect to the remote machines,... If you're at V4R3 or below, the recommendation is to use the Toolbox driver rather than the native driver.

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>

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

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.

Is TAO interoperable with Sun's Java JDK 1.3 ORB?

Support - Frequently Asked Questions - The ACE ORB
Sun's Java 1.3 ORB does not support character sets UTF-8 and UTF-16. To use Sun's Java 1.3 ORB with TAO, you must disable the generation of optional standard profile components in IORs generated by TAO. To do so, use the following ORB initialization option with TAO servers that generate IORs that will be used by Java 1.3 ORB clients: Thanks to Gordana and Kate Matic gordanam@ot.co.nz for posing the original question and Carlos O'Ryan coryan@uci.edu for providing the answer.

How can I automatically install iMacros?

FAQ - iMacros
If you want to distribute the files with your own setup file, please visit our website [2] for an installation script source code. You can then modify this installer for your own needs or simply use it to learn how the software is installed. You can run the original setup file using command line switches to control the behaviour of the installer.

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 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 .

Can I run DrJava with Java 1.3?

Java 1.3 is no longer supported, and DrJava is compiled to require Java 1.4 or later. However, you can use an older version of DrJava. drjava-stable-20040326 was the last stable release to support Java 1.3.

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?)

Where should I install java?

Bayesian Analysis of Variance for Microarrays
It is important for the user to choose a typical location. The BAMarray installation searches several locations, but not the entire or all hard drives, which can lock up a machine for minutes, especially in a networked environment.

How can I install Java on my computer?

Post-Gazette NOW - Chat
If you tested for the Java software and do not have it installed on your computer, you can download it for free by clicking here. If the page is fully loaded and you do not see a field to enter a screen name, your browser is not supporting the Java software. Click here to download Java for free.

Sect. 19) What's the hidden size limitation of String serialization (pre-JDK 1.3)?

Java Programmer's FAQ - Part D
The size of the String, when UTF-encoded, must be < 64Kb So for robust code you have to examine the String once to ensure that it will be less than 64Kb after encoding, and then have the JVM effectively repeat that work in the process of encoding, when you write it to an ObjectOutputStream. A possible workaround that is to strip the string down to "byte[]" and pass it around in RMI that way. The code with this restriction is in DataOutputStream public final void writeUTF(String str) ..

Which functionality in XINS does not work on Java 1.3?

XINS - Frequently Asked Questions
Without an appropriate library, HTTPS will not work. It may work with one, but this has not been tested.

Can I install Photoscape 3D on more than one computer?

Photoscape3D
Any region can be installed on any PC under your control. There is no restriction to the number of regions you install - as long as the online payment is made for each additional region registered! The second, and subsequent, registration of a region will be made at the reduced replacement or re-registration price ? see Payment above.

How do I install a 3D driver?

glGo FAQ
Visit the webpage of your graphic card vendor, download the driver for your specific card and read the provided instructions. Installing the 3D driver on your computer is your business, not mine.

Where can I find information on Java 3D?

Java Programmer's FAQ
The Java 3D FAQ may have the answers you're looking for. It contains general information about Java 3D, as well as programming tips. The preset memory limit has changed. It went down to 16Mb so as not to penalize low memory machines. You can adjust it with
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact