| Thread | Last Post | Replies |
|
| having trouble adding jar fiel to libaries of the project | 14 Aug 2007 06:41 GMT | 1 |
I am trying use org.apache.commons.net in my netbeans project. when I tried to add org.apache.commons.net version 1.4.1, nothing show up in the libray and my imports for org.apache.commons.net.... etc are still flagged as invalid.
|
| Is it possible to catch a NoClassDefFoundError | 14 Aug 2007 02:33 GMT | 6 |
I'm trying to run a large Java project that I didn't write. When I do, I get the following: java.lang.NoClassDefFoundError: and Exception in thread "main"
|
| Newbie | 13 Aug 2007 10:58 GMT | 1 |
I am totally new to world of blogs and internet. However, being new does not mean I not love it and amaze at it including the community in it.I wish to know more,and has a grasp somehow of basics.I thank all of you should I sounds totally really new amongst the already way
|
| JDBC compare the content of two tables | 13 Aug 2007 06:03 GMT | 22 |
I am using JDBC to compare the content of two database tables -- writing a general function and two tables are input. The two tables have various types of columns, like VARCHAR, BLOB, INT, FLOAT, etc. I want to save my time to write various statements to get values by different
|
| Structure in Java | 12 Aug 2007 17:08 GMT | 7 |
I would like to know if there's something similar to strcuture in C in Java. Something like Structure Persone {
|
| Java Chat Recording. | 12 Aug 2007 04:01 GMT | 1 |
A website I use has a chat room and it's chatter-side interface is a Java application. The comments chatters post come thick and fast and, although there is a scoll bar, it's no good scrolling down to see comments missed, as, as soon as a new comment is posted, all the comments ...
|
| please help me in creating a form using Swing. | 11 Aug 2007 17:33 GMT | 2 |
I am creating a form using swing through coding (not using netbeans). Now in the form I have one JComboBox of Country and other of State. Now I want it in such a way that when I select a country from the Country JComboBox ,the corresponding
|
| FileReader / BufferedReader Help | 11 Aug 2007 06:34 GMT | 24 |
I'm trying to write a program to compare two text files and write the results to a third file. If the compared text files are different the results file contains the line number where the difference was found and the corresponding lines from each of the files being compared.
|
| IllegalArgumentException vs. NullPointerException and collection behavior | 10 Aug 2007 22:38 GMT | 2 |
1. I am wondering for quite some time now: When passing nulls to my methods and constructors (for required fields), is it better to use IllegalArgumentException("Blah is null!") or NullPointerException("Blah is null!")?
|
| about software models | 10 Aug 2007 21:15 GMT | 2 |
guys! after just reading your messages i just felt that you have vast knowledge of computer. i am just an beginner. I HAVE AN QUESTION! can any one tell me that WHAT ARE THE SIMILARITIES AND DIFFERENCES BETWEEN MODELS OF SOFTWARE ENGG. SUCH AS SPIRAL MODEL, WATERFALL
|
| Apache Derby and MYSQL | 10 Aug 2007 14:36 GMT | 1 |
Someone can say the major differences between them ? (Mysql is not free ?) Many thanks
|
| missing some java tools? | 10 Aug 2007 02:00 GMT | 2 |
I want to use jarsigner but it seems to be missing from: C:\Program Files\Java\jre1.6.0_02\bin any ideas ? is their a different tool in this version of java? keytool is still there
|
| GroupLayout NoClassDefFoundError | 10 Aug 2007 00:44 GMT | 3 |
I'm trying to get an Java applet to work online. I've written the code within Netbeans and it compiles and works fine there. When I try and put it within a website I get the following error: java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
|
| Log4J Ignores log4j.LogLevel | 08 Aug 2007 16:47 GMT | 8 |
I have an external file called "log4j.properties" that is being utilized. I know this since the log file is being created. However, the logging level (log4j.LogLevel) is being ignored. Please help me find where I am going wrong.
|
| Old Timer's Coding Tip #1 | 08 Aug 2007 16:31 GMT | 4 |
When are writing a program where there are lots of methods and they have a lot of interaction. 1. At the top of each method, write in clear language just what that method does AND WHAT IT DOES NOT DO that you might plausibly expect it
|