| Thread | Last Post | Replies |
|
| Problem with initializing a class object | 09 Feb 2007 09:54 GMT | 11 |
I am trying to write a more modified version of the infamous SimpleBrowser by allowing for the WebBrowser object property to receive a given java.net.URL object. [code]
|
| Seeing if a string equals Null | 09 Feb 2007 08:54 GMT | 10 |
How can you test a string to see if it is null? I have tried the following code but it throws a nullpointerexception. for (int i = 0; i < names.length; ++i) { if (names[i].equals("null")) {
|
| browser detecting java version | 09 Feb 2007 06:41 GMT | 2 |
I have seen an applet that can detect the version of Java running, but this can only display the output in the applet. Is there any way to detect the version of java running on the client in an html or jsp page so that that information can be put into a form to be posted back
|
| New applet project | 09 Feb 2007 06:18 GMT | 8 |
I want to start a new project and I want to make sure to head in the right direction : I want to publish on my web site some work I did before in Basic language for a French computer magazine ; this is basically about "Mechanics
|
| How to make a globally accessible variable | 08 Feb 2007 23:55 GMT | 2 |
I am a student working on an assignment. In it I will be saving different objects to XML files. To do that I need to get the path to the application (which I have done) and I WANT to be able to assign that path to a variable which my other classes can access.
|
| JSP access to Java log | 08 Feb 2007 19:46 GMT | 3 |
Is there any Java class that will let me grab the contents of the Java log from the client side in a jsp page? I have a website that uses an applet, and I would like to be able to grab the contents of the Java log on the client computer to put in an email and send back to us.
|
| Java Application not working | 08 Feb 2007 18:39 GMT | 1 |
Since yesterday i can't run my applications anymore. All applications used to work, but since yesterday i get the below message: Exception in thread "main" java.lang.NoClassDefFoundError Can anyone please help?
|
| Representing infinity | 08 Feb 2007 18:10 GMT | 1 |
I couldn't represent infinity in my java programmes. The unicode address for infinity as I found out is u221e. For exampel try the following simple programm
|
| (Very) basic question about class structure | 08 Feb 2007 00:15 GMT | 15 |
I'm getting quite confused about Java's class structure - infact, I'm so confused, I don't quite know the best way to ask a question! Hopefully this little example of what I'm trying to ask will help: If I want to find the currentTimeMillis(), I can write:
|
| hot spot VM and normal J2SE VM? | 07 Feb 2007 17:57 GMT | 1 |
I am wondering what is the differences between Java HotSpot(TM) Client VM and the J2SE VM I downloaded from java.sun.com? Are they the same thing? Why Hotspot VM has client and server version? thanks in advance,
|
| Problem linking to libns-httpd40.so of iPlanet Web Server SP5. | 07 Feb 2007 06:57 GMT | 3 |
Hi Friends, Any help on the following issue would be highly appreciated : ld: Bad machine type: 18 in file /citisafe/users/secpxyit/IWS6.0SP5/
|
| Iterating over Maps: Am I missing something? | 07 Feb 2007 03:36 GMT | 3 |
I've found that I often need to iterator over a Map and do something to each element of the Map. The only way I've found to do this is to get a get a KeySet from the map, get an Iterator from the KeySet and use that Iterator to move over the elements of the Map. Is their a
|
| How to make a managing software about shool | 07 Feb 2007 01:10 GMT | 2 |
all: Now i am making a software to manage a shool, the necessary is good UI, communication with Database, and short developing period. i want to do by java. someone told me a architecture
|
| JDIC with NetBeans: Anyone have any experience? | 06 Feb 2007 21:51 GMT | 1 |
I am trying to use SimpleBrowser.java itself and I am running into problems trying to install the package org.jdesktop.jdic.* within my NetBeans framework alongside this following error: C:\Documents and Settings\me\classes\GUI\src\org\src\incubator\fileutil
|
| Java and Form Select Box | 06 Feb 2007 19:03 GMT | 1 |
Good Afternoon! I am trying to write a form processor in java that can handle a select box with mutiple options selected. The problem that I am having is when I call request.getParameter("state") I only get the first option
|