| Thread | Last Post | Replies |
|
| monitoring the taskbar in windows | 09 Jun 2007 18:31 GMT | 12 |
Hi friends Is there a bulit in class that can directly control the open aplications in windows?. i,e. it can find out which programs are open and minimise and maximise
|
| Simple Task Scheduler | 09 Jun 2007 18:24 GMT | 14 |
I searched this group with the keyword "scheduler" and found several threads. None of them meet my requirements as follows: a) open a file of jobs with timestamps b) construct a java class for each job older than current time; the
|
| char[] | 09 Jun 2007 13:49 GMT | 14 |
Hi, if I do: char cop[] = new char[30]; and then System.out.print(cop[0]+" +++ ");
|
| Java Walk in @ NavaGate, Chennai on 9th & 10th June 0 Hurry!!!!! | 09 Jun 2007 13:06 GMT | 1 |
Dear Java Professionals, Hi. Greetings from NavaGate Software Pvt Ltd.. We need smart Software Developers with 2 to 6 yrs of experience in
|
| EnumChildWindows & GetWindowText | 09 Jun 2007 06:44 GMT | 7 |
Hi newsgroup. I´ve got a third party java applet which is running in a seperate window. It has 7 textboxes which display some data. Now, I want to get the contents from the textboxes with another small
|
| Disadvantages of Dependency Inversion? | 09 Jun 2007 06:08 GMT | 2 |
Nowadays, DI (Dependency Inversion) is one of the widely used design pattern. It provides several benefits, such as (1) loose coupling between component (2) effective and easy testing (component testing or unit
|
| How can i create a jar file for a java program | 08 Jun 2007 23:57 GMT | 1 |
I have sucessfully created a java file and also compile sucessfully that time i have a class file only so after that how can i create the jar file
|
| HotSpot | 08 Jun 2007 22:31 GMT | 1 |
I developed a java application using NetBeans on an old computer I no longer have access to. When I load NetBeans on a new computer where I loaded the old application's project, I get a reference error with this message:
|
| parsing away a character | 08 Jun 2007 15:59 GMT | 3 |
Hello everybody & thanks for reading this. I am in the process of decoding a XML-dump of a big database with a lot of characters and symbols. I have done a lot of rules to prase away
|
| Set client IP of HttpURLConnection | 08 Jun 2007 15:13 GMT | 4 |
I have the following problem: On one of our servers runs a web application which connects through a HttpUrlConnection to another server and sends requests. Our server has two IP addresses. The other server only accepts requests from one of
|
| Connection reset by peer error. | 08 Jun 2007 15:07 GMT | 4 |
Hi!! i'm programming a web application on java with servlets, and i've a Connection reset by peer error. The problem appears when i test the application with a machine connected to internet througth proxy ( i don't know the proxy
|
| HEAP SIZE IN JAVA | 08 Jun 2007 14:49 GMT | 2 |
Does System.out.pritnln() effects the heap size of the application
|
| XML DOM Parsing Issue with 
 | 08 Jun 2007 14:45 GMT | 1 |
I have been having trouble parsing this string. <UserValue value="John O"Hare 
 101 N. Main St" title="ConsumedText"></UserValue> The " is being parsed correctly, but the 
 is being converted
|
| upload file | 08 Jun 2007 14:30 GMT | 1 |
I am developing my project in PHP, I just want to know that how we can upload the file & then download it using PHP. Thanks Manisha
|
| Using generics and annotations to resolve implementation interface | 08 Jun 2007 13:25 GMT | 2 |
I have an interface as follows: interface Handler<A extends Annotation> { handle(A annotation); }
|