| Thread | Last Post | Replies |
|
| basics of ANT | 13 Dec 2005 15:01 GMT | 11 |
hi, i have downloaded and started reading the ant tutorial. i am confused becuase some of the concepts , the tutorial (jakarta ) is not making clear. my objective is to compile and run a java program.
|
| Run Method | 13 Dec 2005 14:49 GMT | 1 |
I'm kind of confused here - class A extends Thread { public void run() { synchronized (...) {
|
| classpath | 13 Dec 2005 14:42 GMT | 7 |
in Windows XP. My Computer>(right click) property >(tab) Advanced >Enviornment Variables > where do i put my "CLASSPATH" variable ?
|
| how can we adjust if system support certain encoding? | 13 Dec 2005 13:59 GMT | 1 |
Hi, dear all I found that sun.io.ByteToCharConverter is deprecated. I ever used the "ByteToCharConverter.getConverter(encoding)" to identify if system support certain encoding. What's the right way to do it now?
|
| Java HTML Parser | 13 Dec 2005 13:02 GMT | 4 |
I would like to get some advise from someone that knows a lot more than I. I need a special purpose Java HTML parser. I have seen several out there, but none meet my needs. What I need to do is GET a web page, find some items with check boxes, set the appropriate selections and ...
|
| Looking for embeddable Java alternatives | 13 Dec 2005 12:10 GMT | 2 |
I tried Jexl and Groovy but they both cannot match my expection, any more suggestions?
|
| streaming ftp/sftp client | 13 Dec 2005 12:02 GMT | 1 |
Hello Newsgroup ! Come to http://filebee.org to see a filemanager with new concepts. Features are:
|
| serial and Customiser Bean | 13 Dec 2005 10:00 GMT | 3 |
I have created an EditorBean and an Applet with some button, but when i try to Serial it. I have following error message ? An idea ?
|
| RE: access to the file recursively in the jar file? | 13 Dec 2005 08:40 GMT | 4 |
If I have a file structure /core/ (here is application) /core/doc ( here is the doc ) /core/doc/filecollection1/
|
| Diffrence Between Notify & NotifyAll ? | 13 Dec 2005 08:27 GMT | 12 |
Hello group, I know that its a very lame question to ask experts like you but still i cannot help myself asking the question that "What is the Diffrence Between Notify & NotifyAll" method in the Object Class.
|
| Regular expression - help needed | 13 Dec 2005 07:24 GMT | 1 |
this might sound silly, i'm using org.apache.commons.validator.GenericValidator class, for some validation. I need to check if a string contains only alphabets. i wrote the code as
|
| get IPs at a LAN | 13 Dec 2005 07:12 GMT | 4 |
Hi everybody!!I need to find a way to automatically get all the IPs from a small LAN.?Any ideas?Thanx in advance...:)
|
| Hash table: linear probe vs. chaining | 13 Dec 2005 05:27 GMT | 18 |
Background: I'm working on a Java program, and I need to associate some additional data with a large number of objects. I do not have the freedom to modify or wrap the existing object classes. Additionally, I don't want
|
| escapd XML writing/reading/parsing queries | 13 Dec 2005 04:35 GMT | 2 |
My <operator> tag in XML can take any of the following values: "<", ">", and "<>" I enter the data this way in the xml: <operator><</operator>
|
| IS THERE ANY EQUIVALENT TO DISPOSE()? | 13 Dec 2005 02:25 GMT | 7 |
I'm trying to use dispose() method for closing a popup window. But the problem is that, after the window is closed and the action to open a similar window (with another data) is performed, the new windows that comes up is identical to the one that I have just disposed. But I
|