| Thread | Last Post | Replies |
|
| I have difficulty in starting Eclipse | 26 Jul 2006 17:19 GMT | 3 |
I am new to Eclipse. Just downloaded the installation package and want to start Eclipse for the first time. I got a "Incompatible_JVM" message saying: "Version 1.3.1_01 of the JVM is not suitable for this product. Version: 1.4.1 or greater is
|
| Threads: wait and resume methods. | 26 Jul 2006 16:14 GMT | 4 |
I am trying to pause the execution of one thread till a particular action happenes. When that action happens I use the notify method to "wake up" my thread. Unfortunatly I always get the IllegalStateMonitorException when I use the method notify. My question
|
| selectOneMenu simple question... | 26 Jul 2006 15:58 GMT | 2 |
i'm a question for you.I'm using for the first time a selectonemenu tag in my JSF application and i've this error javax.servlet.ServletException: javax.servlet.jsp.JspException: Value binding '#{user.teams}'of UISelectItems with component-path
|
| Application Deployment in JBOSS | 26 Jul 2006 15:52 GMT | 1 |
I have a web Application which i have deployed in JBOSS,implementation was succesful but i am facing a Problem, Main servlet of application in it's init picks up the following string System.getProperty ("user.home")), and loads the property file from
|
| Axis2: downloading the WAR file | 26 Jul 2006 15:51 GMT | 3 |
I downloaded the Axis2 .war from the Axis web site. It is packaged as a zip file. Do I just rename the .zip file or do I need to expand the .zip then use jar to create a .war archive?
|
| Hash table | 26 Jul 2006 15:09 GMT | 4 |
I am using Hash table for a part of my program. where I am haing index & values. Till now I am giving indexes to get values. but now I want to know what indexes are present in the hash table.
|
| What age is too late to be looking for a job as a programmer if one has no industrial exprience | 26 Jul 2006 13:23 GMT | 13 |
I saw an article in Newsweek talking about programming job moving from Indian to China, etc. If I just want to utilize what I have already learned (comprehensively but trying to focus on one language for a few months), say even for a
|
| Java books for n00b | 26 Jul 2006 13:02 GMT | 4 |
All you Java mavens out there, I want to indulge. What book would you recommend as the best, or one of the best, for someone familiar with C/C++/VB6/VB.NET/C#, for learning Java? I did some VJ++ in 1999 and worked on the then newly released JDK v1.2,
|
| 1.4 objects in 1.5 ? | 26 Jul 2006 11:13 GMT | 2 |
I think the answer is no, but can you handle objects created by 1.4 compiled code in 1.5 code? I want 1.4 on the client and 1.5 on the server and yes I serialise objects between the two. Bad I know.
|
| JOptionPane window forced in foreground | 26 Jul 2006 10:09 GMT | 3 |
I'm using JOptionPane.showMessageDialog(frame, s); to show a message, and let the user press the OK button. The behaviour I'd like is that the pop up window remaind
|
| Transparent Windows? | 26 Jul 2006 08:07 GMT | 5 |
People, is there a way to have translucidy windoes in Swing? TIA, Scirious.
|
| Why is there no OS written in Java? | 26 Jul 2006 07:58 GMT | 11 |
Even if there is no Java hardware, could not a Java OS be run by a Java interpreter? Or is there a fundamental problem? I've read that device drivers are hard to write in Java. Dave Feustel
|
| how to share data/memory between mutiple JVMs ? | 26 Jul 2006 07:36 GMT | 7 |
Since JVM is a process of OS, is there any approach to share data/memory between JVMs ?
|
| New to JAVA - need help writing uppercase code | 26 Jul 2006 05:00 GMT | 2 |
I need help in writing a code for class. I need to write a GUI program to convert all letters in a string to uppercase letters. (like aLviNs coDe will be ALVINs CODE). I just need some guidance. thanx for the assistance.
|
| Sporadic browser lockup on Applet.shoDocument() | 26 Jul 2006 04:07 GMT | 1 |
I'm having a problem with a client who is running an applet via a Citrix thin client. The applet routinely has to spawn another browser window. However, sporadically, when the the applet goes to do this (in the showDocument() below (gguser is instance of the applet), the browswer ...
|