Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
Java Platform
Remove
License
Any
: 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....
hello friends
i am doing my final year
i want a code to develop a j2me codings to convert the html to wml.
please help me
i need a code please
: It's put together like this: Frame is broken up into two parts Top: Drawings, Bottom : Controls. I Imported: java.awt.event.MouseAdapter;
: import java.awt.event.MouseEvent;. Below is the code...
: The applet is a game. Here is a link to the applet: http://www.fantasystargames.eu/Tetris/new/SpaceShipGame.htm
:
i taked a look at the game it is realy slow, why i dont cant tell you..
only...
: In an applet, the permission to connect a socket to a machine in any other domain is denied.
:
: I want to make a socket to a machine in another domain, though. If I can't solve or get around...
In an applet, the permission to connect a socket to a machine in any other domain is denied.
I want to make a socket to a machine in another domain, though. If I can't solve or get around this...
I need to bypass msjvm and use sun jvm to create java objects using asp scripts can this be achived if so how can it be done
: Hi all,
:
: Can someone advise me on how I can create a lighting system that can be controlled by way of mobile phone and a web site on the client side.
:
: This ideally would allow me to...
Hi all,
Can someone advise me on how I can create a lighting system that can be controlled by way of mobile phone and a web site on the client side.
This ideally would allow me to...
The code below shows how to open another frame; if you want different components in the other frame, you'd probably want another class.
import java.awt.FlowLayout;
import java.awt.event...
Everything seems to be working now. I installed Suns One studio 5 which comes with a version of their JVM. I think that is what did it because when I went to Suns web site it said I already had the...
I believe that ie 6 removed all support for non-Micro$oft plugins, and later added them in sp2. But as to this point they do no support Java2 1.4.X standards fully (this is because of C#/.NET)
: Hi!...
Hi!
I've been fighting for a while now... My applets work with every newer browser I tested (Netscape, Safari, IE (MacVersion)) just IE6 on WinXP sucks...
I read in an IE6-Nightmare-Section that...
: Hi there!
:
: My java appelts don't work with internet explorer 6 (winxp). They do with other browsers and with appletviewer, too. I'm working with JDK 1.4.2 (sun NetBeans CoBundle). I can run...
Hi. I just started learning java about a month ago. I am having many problems getting things to work correctly and I think it has to do with my JVM or web browser. I am running windowsXP and IE6 and...
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...
internet options , under advance tab, i did not have the option for 'microsoft VM' where all the java related checkboxs are located(i dun have ANY checkboxs related to java). even after reinstalling...
Hi,
I am not familiar with JSP, but with Java yes. There is a very fundamental question. An applet was embedded in a JSP. Now somebody said me that the Applet runs in a separate JVM and the JSP in...