| Thread | Last Post | Replies |
|
| Running a Java Program | 04 Nov 2006 04:04 GMT | 6 |
When I try to run a JAVA program I have compiled I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: test. I am in the directory that contains the .class file. Why can't it be found, and how can I fix this problem?
|
| junit fail/error | 04 Nov 2006 04:01 GMT | 2 |
Is it correct that an error is a test that is not working and a failure is a test that breaks du to code problem? cheers, //mikael
|
| Please Help!! Underline issue | 04 Nov 2006 03:37 GMT | 1 |
i wrote a java class that has to get a integer input from the user and do something with it the user get the message: "Please enter x:" and has to enter an integer number
|
| Regarding cruisecontrol tool | 03 Nov 2006 20:54 GMT | 2 |
I want to know about the cruisesontrol(Automatic deployement tool). if you have have document please send to my ID. Thanks sitareddy
|
| Downloading extra .jar files? | 03 Nov 2006 12:15 GMT | 3 |
Hey all, I'm making a large Java game applet. I have a large .JAR which contains all of my classes. When loaded, I want my applet to download additional .JARs (Containing maps and other data) and show a loading screen giving
|
| Problem running the hello world servlet | 03 Nov 2006 10:46 GMT | 1 |
I installed j2sdk1.4.2_12, and apache tomcat 4.1.34, on a windows XP box. I set the following environment variables: CATALINA_HOME C:\apache-tomcat-4.1.34 CLASSPATH C:/Program
|
| Haversine formula returning NaN | 02 Nov 2006 20:55 GMT | 8 |
For you mathematicians out there :) I have a class whose primary attributes are two doubles representing a geographic point, expressed as a latitude and longitude. One of the methods in the class calculates the distance between two
|
| problem in downloading JRE | 02 Nov 2006 10:56 GMT | 1 |
We are working on the linux platform Red Hat 9. Avtually my need is working on plugins. Therfore i doenload the JRE from below site. " http://java.com/en/download/help/linux_install.xml#14 " I follwed each and every steps written on that script. I Instaled
|
| Trouble querying for unique records | 01 Nov 2006 19:31 GMT | 1 |
I am trying to populate a JComboBox via unique records from a mysql database. I first tried to use the DISTINCT command in the sql statement, but that does nothing. I took the exact same statement and typed it in the MySQL command prompt and it returned the appropriate
|
| NEED suggestions! | 01 Nov 2006 19:24 GMT | 2 |
SEEEE please! (in diagram-> http://static.flickr.com/91/279868029_856f884f8d_o.jpg) here the description... of the game goes! players
|
| Java usercontrol? | 01 Nov 2006 18:23 GMT | 3 |
I am a .NET developer and I am working on creating a template for my intranet & internet application. We do have both .NET and Java (J2EE) application. I have created User controls which all the .NET programmers can use in there application, but I am not sure what to do
|
| to open new window of JSP on the applet | 01 Nov 2006 09:01 GMT | 12 |
I want to know is there is any way to open the new window of jsp when ever i clicked on the applet. I had tried by using url but didn't get web page.By this i get only html tags nothing beyond that.That is not my requirement.Will give syntax for getting jsp page on applet.
|