| Thread | Last Post | Replies |
|
| object storing in java vector class | 15 Dec 2003 02:50 GMT | 1 |
Hi, I have writen the class bellow in order to create objects store inforation about vehicles. import java.io.*; import java.util.Vector;
|
| Multiple thread handle problem | 15 Dec 2003 00:50 GMT | 1 |
I am starting a no.of threads(500) from my application. i want to start a new thread as soon as one of these threads dies.Any of the thread could die at any particular time.Currently i am using a loop to check which of the threads is alive and i can use join() for
|
| java | 15 Dec 2003 00:49 GMT | 1 |
can someone explain to me what if else staments do and what while statements do.
|
| I/O From Hardware to int[]? | 14 Dec 2003 23:45 GMT | 3 |
I've got a piece of hardware that writes 32 bit int's ( big endian ) into a direct ByteBuffer ( via a JNI call ). The data is organized into frames 480 integers long. The code is running on a little endian machine. I've been calling:
|
| Help with "main" error | 14 Dec 2003 18:38 GMT | 7 |
I am pretty new to Java and I just install the JDK1.4.2 03 I am getting an error when I run the class file TestChart.class with the java.exe: Exception in thread "main" java.lang.NoClassDefFoundError:
|
| Where's the logon password in Apache? | 14 Dec 2003 18:09 GMT | 1 |
I want to use jdb for debugging a servlet. I'm using Apache/JServ with jdk 1.4 (via Textpad on win2K SP 3). The 'gospel' I'm using is: 'Start the server manually and record the password for remote debugging
|
| URGENT Help With Scientific Calculator! | 14 Dec 2003 15:49 GMT | 1 |
I designed a calculator, and I need help with the rest of the actions. I know I need to use the different Math methods, but I tried that and it didn't work. Also, it needs to work as an applet and application, and in the
|
| watershed & Region Growing | 14 Dec 2003 15:12 GMT | 5 |
I want to use Watershed and Region Growing on some grayscale images. Is there a library, that I can use for that or must I implement it myself? Greetings Mark
|
| Parsing IETF standard date format. | 14 Dec 2003 14:46 GMT | 4 |
In the depreceated Date.parse() method javadoc it says: It accepts many syntaxes; in particular, it recognizes the IETF standard date syntax: "Sat, 12 Aug 1995 13:30:00 GMT". Now, I am trying to use the DateFormat class to parse a string in that format
|
| Encoding problem with SAX parser | 14 Dec 2003 10:34 GMT | 2 |
I'm parsing an XML document with a SAX parser. I initialise it in the following way: javax.xml.parsers.DocumentBuilderFactory docBuilderFactory = javax.xml.parsers.DocumentBuilderFactory.newInstance();
|
| Delete Files and Process Problem | 14 Dec 2003 07:07 GMT | 5 |
I want to delete all files in a directory. I am making a backup copy of all files in the directories say c:\abc by reading and writing to a file. After making a backup copy I want to delete these files. I am using following code:
|
| URGENT Help With Scientific Calculator! | 14 Dec 2003 05:59 GMT | 4 |
I designed a calculator, and I need help with the rest of the actions. I know I need to use the different Math methods, but I tried tried that and it didn't work. Also, it needs to work as an applet and application, and in the
|
| applet, ejbs and MVC | 14 Dec 2003 05:54 GMT | 4 |
I am having a trouble with designing my application. I am new to EJBs, so maybe this is a trivial question, but I want applets to access EJBs. I believe EJBs are models in MVC. Applets are like views. I know servlets are controllers, but since
|
| Date format ? Help | 14 Dec 2003 04:57 GMT | 5 |
i have a date stored in String as "2000-12-12 00:00:00.0". is there any easier way to get "2000-12-12" from it in JAVA. Please Guide me .. Jeff
|
| server and client | 14 Dec 2003 02:50 GMT | 2 |
I'm trying to implement a small UDP server who is capable of receiving client's local time, and send to the client the same information he sent to server. just this. what do I have to get in mind in order to make this???
|