| Thread | Last Post | Replies |
|
| using ant xmlproperties task to parse xml file | 19 Sep 2005 16:12 GMT | 2 |
Are there any ant geniuses who can help me understand how to use ant to access properties in an xml file? My xml file is very simple, but it does contain some duplicate elements. This is just a tiny bit more complicated than the available docs and explanations, so I've had no
|
| Easy question | 19 Sep 2005 09:12 GMT | 3 |
what could potentially cause the System.arraycopy() method to terminate abnormally, and what can i do to prevent this abnormal termination?
|
| Stdin.readln() reading input from console | 19 Sep 2005 02:33 GMT | 7 |
I am new to programming and my first language i am using is Java. Anyways I have a source code here and it compiles fine but the program doesn't do what it is suppose to do. I know that the source code needs to be in the same directory as the program files. However, I don't know ...
|
| Help! Cannot import java.awt.* | 17 Sep 2005 17:57 GMT | 4 |
Hi, I am using java in Debian. I only installed jikes and kaffe. When I compile a program using jikes, I encounter an error importing java.awt.*. What should I do?
|
| inane parsing problem | 17 Sep 2005 02:46 GMT | 5 |
I am trying to create a dynamic url with jstl and this syntax below is not working. It is claming an unmatched a ref tag. Can some see where it is? tia This is TC4.1 jstl 1.0, etc. <td><a href="<c:url value="/delete1.jsp"><c:param name="id"value="$
|
| Client Termination With Java Sockets doesnt close socket | 16 Sep 2005 21:51 GMT | 9 |
Hello, i have a simple client/server app using java sockets. If i simply close the client window, the server doesnt detect if the socket is closed. Here is all the ways ive tried to test for the closed connection but none work.
|
| array overwriting | 16 Sep 2005 19:58 GMT | 2 |
i am writing a java applet that requires 'array assignments' to be made - meaning that i let one array be assigned to another. something like 'array1 = array2'. but i notice that when i assign arrays to eachother like this then they
|
| observer update() not getting called | 16 Sep 2005 19:32 GMT | 10 |
Hey all, I have a class which is a singleton that I use with an observer pattern. This class extends from Observable. I also have two other classes that implement Observer. Here's what I do ... 1) I get an instance to my singleton within my app.
|
| Easy question | 16 Sep 2005 19:04 GMT | 1 |
In Tomcat I can trying to do something that should be very easy. I would like to redirect http://xyz.com/mail to https://mail.xyz.com Can someone please tell me how to do this?
|
| Compute CPU Time | 16 Sep 2005 15:48 GMT | 9 |
Hi to everyone, what i want to do is to compute the time that CPU consumes in order to execute one program statement (i.e an assignment statement, an addition ,a division etc).
|
| nio non-blocking io socket setSoTimeout | 16 Sep 2005 05:03 GMT | 1 |
Why does setSoTimeout not work in non-blocking io? The only way I can ever detect if the connection has closed, is if my program writes out pointless data every couple of seconds just to check.
|
| How to pipe Java Output to C Program ? | 16 Sep 2005 03:30 GMT | 4 |
I have a strange problem ... I want to create a process and capture stdout : ... gint std_out; char* argv[3] = {"/opt/sun-jdk-1.4.2.08/bin/java","helloworld",NULL};
|
| Java ok on XP but not on W98 | 16 Sep 2005 01:35 GMT | 4 |
I have a strange problem: I have here a notebook with Windows XP and Windows 98 installed. When XP is up, Java runs fine. When W98 is up and I start a Java-application, the computer freezes for some minutes, then I get:
|
| sortout things from an array | 16 Sep 2005 01:26 GMT | 11 |
Hi List, I need some mind-pushing about something I have to solve, I have a string array like this (its just about a own light-wiki): *SomeList 1.1
|
| Generics question | 16 Sep 2005 00:47 GMT | 12 |
I've been racking my brain (and the generics tutorials I can find) to try and figure out how to make the following work (its a bit long-winded, so bear with me)... I have a class 'Edge' that represents a link between two 'Vertex'
|