| Thread | Last Post | Replies |
|
| HTTPServletResponse is not closing the socket connection | 01 Jun 2004 00:55 GMT | 1 |
I want HTTPServletResponse to *close* the socket after sending the response. For this I'm closing the OutputStream after writing the data. But still socket is not closed and client keeps on waiting to read data from socket.
|
| JMenu help | 31 May 2004 23:57 GMT | 1 |
Hi, folks! I've a JMenuBar, consisting of two JMenus. The first JMenu is called, "File," and has one JMenuItem called, "X." When the user clicks X, he's presented with a JOptionPane that says,
|
| problem with external JARs | 31 May 2004 23:40 GMT | 4 |
I'm developing a Java app using the Eclipse IDE. My app uses some external JARs to work. The app runs fine from the IDE, I suppose Eclipse takes care of all the dependencies. But, when I try to run it from the command line, it cannot find the JARs. Is there a way to run a Java ...
|
| JAVA - Probl?me avec une applet Java | 31 May 2004 21:53 GMT | 5 |
Bonjour, Ci-dessous vous trouverez le code Java qui pose probl?me ? la compilation. pourriez-vous m'aider ? d?bogger. Merci.. Il s'agit de dessiner un segment de droite ? partir de la class Droite..
|
| Trouble using access functions in an array of objects | 31 May 2004 15:58 GMT | 6 |
Okay, here's what i've got stuck with this time: I have an array of objects, and I want to set properties of each object in the array using the objects' access function. While doing this, i get a NullPointerException.
|
| help needed on custom tag | 31 May 2004 13:30 GMT | 1 |
I need to develop a Custom tag that retrieves the values from two database tables. first table has the some data and second table contains data matching to the primary key of first table. what i need to display on a JSP is
|
| Problem with Maven: "Inconsistent stack height 1 != 65535" | 31 May 2004 11:30 GMT | 2 |
Anybody know the "Inconsistent stack height 1 != 65535" error? It occurs on totally different places. And I have no idea why!
|
| question on multidimensional array | 31 May 2004 09:59 GMT | 13 |
I'm trying to pass an element of a multidimensional array to a method in a different class. However, I get these errors:
> Spel.java [82:1] illegal start of expression > speelveld.plaatsPion([0][0]); |
| String.replaceAll() with regex? | 31 May 2004 09:17 GMT | 2 |
I have an xml file with a few attributes, e.g. <draw:image draw:style- name="id4" ... > Now, what I would like to do is replace all semi-colons with hyphens ("-"). For the tag-name itself this isn't really a problem, since I can check
|
| no applications | 31 May 2004 05:53 GMT | 8 |
ive installed the jdk on my xp system it will run applets, but when i try to run an application i get the following message in the command prompt window
|
| how to compile servlet program | 31 May 2004 04:45 GMT | 3 |
Here comes a problem about servlet, I have a bit experience on java applet. Now I need to write a servlet on my job and I has installed Tomcat and J2EE on my redhat servers. but I still cant compile servlet program by javac( they also said that I dont have javax package ). I
|
| Begginner to java | 31 May 2004 03:49 GMT | 14 |
To keep me away from the 'darker side' of computers i was advised by a computer expert to start learning computer languages. I currently no small amounts of c++ and html. I was advised that java was a good starting point, does anyone disagree? What is the best medium for
|
| thanks to Woebegone | 31 May 2004 03:43 GMT | 1 |
Hey, just wanted to thank you for your input on a question I had a few days ago. I was wrapped up in the assignment, and forgot to post a reply and my appreciation. Thanks again.
|
| I need alot of help | 31 May 2004 01:53 GMT | 6 |
I need to know How to create a program, declare variables, use input/output statements. I also need to know how to create if staements for & switch loops , switchstaement and to write and call a method
|
| Somewhat of a big lie about OO in java book? | 30 May 2004 16:24 GMT | 24 |
The textbook for my java class (sorry for pun) is: Introduction to JAVA (tm) Programming by Y. Daniel Liang, Fourth Edition ISBN 0-13-100225-2
|