| Thread | Last Post | Replies |
|
| Help | 24 Apr 2007 21:58 GMT | 3 |
I'm working on this program for my CS class. Does anyone have suggestions on how to do this efficiently? http://inst.eecs.berkeley.edu/~cs61b/sp07/projects/project3.html Thanks
|
| Use Java to build an account manager | 24 Apr 2007 21:47 GMT | 1 |
I want to build an account manager using Java. I am now using SWT to build the GUI, but I am not sure which libary I should use to connect to the server to get the account information. There are around 20 servers. If an account/password exists, users can
|
| How to identify File encoding in Java? | 24 Apr 2007 21:32 GMT | 6 |
I have a Java program which polls a directory for incoming files (zipped and text). When a new file comes, I read it and post it's outcome. Here I have some encoding problems. The text files are usually UTF-8,
|
| javax.servlet and javax.servlet.http | 24 Apr 2007 21:25 GMT | 2 |
I try to work with the javax.servlet and javax.servlet.http classes. So first I downloaded them from java.sun.com. The download results in a servlet.jar file. Simply putting this file in jre directory does not enable Eclipse (3.3) to resolve the import for javax.servlet and javax ...
|
| Use Java to build an account manager | 24 Apr 2007 19:14 GMT | 1 |
I want to build an account manager using Java. I am now using SWT to build the GUI, but I am not sure which libary I should use to connect to the server to get the account information. There are around 20 servers. If an account/password exists, users can
|
| Server and multiple sockets | 24 Apr 2007 19:06 GMT | 15 |
I'm a student, trying to write a server that can handle multiple clients. It's closer to working than I was expecting but if I use client 1, then client 2, client 1 then freezes. And then I can't close the windows and have to stop the OS processes. The problem occurs with
|
| reading CSV file | 24 Apr 2007 15:06 GMT | 16 |
Hi...I am new to java......can anyone pls. help me in reading a csv file using core java. File path will be send as a paramter. Pls. let me know in detail.....like opening a file.....moving the
|
| Get the Type of Exception JVM | 24 Apr 2007 14:40 GMT | 3 |
Hi, i'm a brazilian student. I'm need, in my student project, capture the type of Exception throwable for JVM. For example :
|
| multithreading | 24 Apr 2007 14:04 GMT | 6 |
i did't understand the purpose of "JOIN()" method.please help me. now, i have been learning java.i follow the book called "THE COMPLETE REFERENCE".
|
| Java Web Start | 24 Apr 2007 13:40 GMT | 14 |
I've got a jar file that I'm loading with Java's Web Start. When I load the .jnlp file from a browser, the application installs and runs properly the first time. If I close the application and click on the link in the browser a second time, the Web Start splash screen loads for ...
|
| How to test a method which has void return type and no argument? | 24 Apr 2007 11:40 GMT | 10 |
I am using JUnit for testing java application under Eclipse IDE. I have a method which has void return type and no arguments i.e. void xyz() {
|
| STRUTS/JSTL: Need Match \ Equals tag that compares multiple values | 24 Apr 2007 09:01 GMT | 1 |
Struts 1.3.8 Websphere 5.1 web app, wondering how to test my Customer bean properties in my JSP against multiple values. I have a business rule which reads "If (the customer is from AZ, CA, MS, NE, or WA), and (either their total sales or total credits are
|
| basic socket server in unstable | 24 Apr 2007 08:18 GMT | 5 |
Hi, I have to use 1.4.1_03 version for development and I am running into a really weird problem. I have a server-client program, that receives data from a client and sends it back to it.
|
| RMI round trip to create the object | 24 Apr 2007 08:14 GMT | 5 |
I am writing a Java client server application in which the clients resides in a long physical distance from the server. For example, clients can be in India while server is San Jose. There is a secured TCP connection between the clients and the server and the connection
|
| Question about ++ | 24 Apr 2007 04:24 GMT | 13 |
I have got a question about the post increment operator. Consider the following code int i = 1; System.out.println(i);
|