Java Platform
The Java platform is the name for a bundle of related programs, or platform, from Sun which allow for developing and running programs written in the Java programming language.
Application
Components and Libraries
Remove
Language
Any
License
Any
In the Java SE API documentation, Unicode code point is used for character values in the range between U+0000 and U+10FFFF, and Unicode code unit is used for 16-bit char values that are code units of...
: Hi,
: I need J2EE and JME API Documentation,
: from where can I download it.
: I haven't found it in Sun official sit (sun.java.com)
: Please give me the direct link from where I can download...
Hi,
I need J2EE and JME API Documentation, from where can I download it.
I haven't found it in Sun official sit (sun.java.com)
Please give me the direct link from where I can download it....
: Hi,
:
: I am developing a graphics application using java 3D and VisAD (a
: java visualization API). Unfortunately, the application often hangs
: during execution. Whenever this happens I...
Hi,
I am developing a graphics application using java 3D and VisAD (a java visualization API). Unfortunately, the application often hangs during execution. Whenever this happens I usually force...
Dear Readers
I need to develop a small gaming application in J2ME.
actually i am not very sure of the what applications are suitable to be developed in j2me.
so i request you to please suggest...
i have a java application that uses swing components.on my computer it works perfect. i have JDK1.5 and a JVM last version
on other computer with a JVM(last version) installed and no JDK or JRE...
on a solaris system the JVM looks for shared libraries in LD_LIBRARY_PATH, but where does it look on the linux platform?
You could look at the W3 DOM model (in the JVM since 1.4), or maybe the Swing TreeModel.
http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/package-summary.html
http://java.sun.com/j2se/1.4...
I wrote a program and then used the Excelsior JET personal edition to create an exe. But i tried to run it on a machine that didnt have a JVM and it said that there was a dll missing and didnt run...
: First question :
: You can find some free API (java.sun.com), but you can also buy some.
: Usually, sun free API are called java.xxx.*.. and other com.xxx.*...
: As soon as you download an API,...
Second question :
Did you tried ALL constants in KeyEvent ?
From KeyEvent documentation
static int VK_KP_DOWN
Constant for the numeric keypad down arrow key.
static int VK_KP_LEFT...
You do have to be very careful to ensure you're using only standard Java libraries, of course. Most of the big-name IDEs make it very easy to use libraries supplied with the IDE instead of or...