| Thread | Last Post | Replies |
|
| Need Help!! Virus affected my system and now facing problems in running java applications | 25 Sep 2007 08:01 GMT | 2 |
My work was going smoothly but one day my colleague's system send me also a virus and after that day...... i am not able to perform my work smoothly. I have scanned my system but now whenever i start my system a pop up appear that "problem in javaw.exe" . i don't know what is
|
| Input a linked list into a JTextArea | 24 Sep 2007 20:00 GMT | 2 |
I'm trying to insert a linked list into a text area. Here is what I'm trying with: for(int i = 0; i < theDirectory.size(); i++) { listArea.append(theDirectory.get(i));
|
| "Invocation target exception" Exception | 24 Sep 2007 19:49 GMT | 5 |
Dear friends, I got "Invocation target exception" Exception, when I tried to write to a file or update or insert into MS-SQL database. Any help will appreciated.
|
| I can not get data from Table cell | 24 Sep 2007 15:54 GMT | 1 |
Hi every one I try to get String from cell in jTable every time I try to get data from cell I only get null and this is my code
|
| Client/Server thread question | 23 Sep 2007 23:08 GMT | 4 |
I have a server that create a thread to handle a socket connection every time there is a new client connect to it. How would I get a thread to communicate with the server? For example, client C connects to server S who then create a thread T
|
| invoke servlet from applet | 22 Sep 2007 06:22 GMT | 1 |
I want a simple applet prog that has a button. On click of that button it must invoke a servlet (simple hello world program) and close this applet window. (ie.. similar to invoking servlet from html)
|
| Commons logging or such | 22 Sep 2007 06:21 GMT | 3 |
I am starting to incorporate a logging tool. I started with using commons-logging, but I don't see how to configure that thing to log to a file. Is it possible? How? All I can currently see are the (*ugly*) JDK 1.4 logger style two lined messages cluttering the console...
|
| Swing runtime problems / Java installation problems | 22 Sep 2007 04:24 GMT | 7 |
Hello all. I have a very simple problem. I am seeking to develop java apps on mepis linux (ver. 3.4-3). I have installed jdk 1.6.0 and i am having runtime error problems. It seems like a simple matter, but i do not know how to solve the problem i am having. I have
|
| NetBeans 6.0 M10 vs 6.0 Beta | 21 Sep 2007 13:35 GMT | 1 |
Few weeks ago I downloaded NetBeans 6 Milestone 10. Now I see the 6.0 Beta was released. It is totally mess in my head about all that names. What is a difference ? What milestone presents in that case, in a software development ?
|
| looking for a searching/tracking software or web application | 21 Sep 2007 08:44 GMT | 2 |
I have a question regarding tracking key word related content changes in given URLs. We track thousands of commercial real estate companies web sites looking for tansactions. Everyday, we go through these buyer/ seller's web sites and search their news, press release and property
|
| one interview question, 17 lines in java, 3 lines in ruby. | 20 Sep 2007 19:17 GMT | 16 |
write a program to produce the following output: 1 A 2 BB 3 CCC
|
| Tomcat incomplete shutdown issue | 20 Sep 2007 19:07 GMT | 1 |
I'm running Tomcat 5 on Linux. I start Tomcat by running the startup.sh script and it starts and runs fine. I try to stop it by running shutdown.sh. When I do this, Tomcat appears to shut down properly: the logs show it shutting down, the listening port is
|
| IllegalMonitorStateException? | 19 Sep 2007 23:48 GMT | 3 |
Following program is based on Sun's Flipper2.java example (http://java.sun.com/docs/books/tutorial/uiswing/examples/QandE/Flipper2Project/s rc/QandE/Flipper2.java). Instead of slowing the background task, I want to suspend the background task until I get a signal from the user ...
|
| Where is javax.microedition?????? | 19 Sep 2007 23:25 GMT | 1 |
I have received some code and am trying to compile and run it. It is supposed to be working with J2ME. It has been imported into Eclipse IDE (3.3). I do the following (after opening Eclipse):
|
| Data transfer question | 19 Sep 2007 18:30 GMT | 2 |
I have a server/client need. I will write both ends of the wire, and I need them to be compatible with .NET, so I can write the server in either and the client in either, and all should work OK. The apps will be internal to my org.
|