| Thread | Last Post | Replies |
|
| Why rs.next() before fetching data??? | 19 Apr 2006 14:59 GMT | 2 |
I have written a function as follows public String fetchName(String query) throws Exception { stmt = con.createStatement();
|
| eclipse ClassNotFoundException | 19 Apr 2006 14:41 GMT | 1 |
I seem to be missing something obvious, but I can't get an external JAR to be recognized at runtime when using eclipse 3.1.2 and wtp 1.0.1. I have some servlets which import a 3rd party .jar file. When I right-click my project, select properties, click Java Build
|
| NoSuchMethodError | 19 Apr 2006 13:38 GMT | 1 |
Iam getting this error. java.lang.NoSuchMethodError: com.vsoftcorp.utils.time.TimeInterval.compareTo(Lcom/vsoftcorp/utils/range/RangeIntf;)I com.vsoftcorp.finance.framework.AccountingEntry.compareTo(AccountingEntry.java:119)
|
| Java in Solaris 10 | 19 Apr 2006 13:09 GMT | 2 |
I am a bigineer in solaris 10, can some one give me guide lines on how to compile and run java programs on solaris 10.
|
| Multi accesses concurrently to a XML file | 19 Apr 2006 12:34 GMT | 1 |
I'm now developing a server managing user and using an only XML file as data store. But I don't know how to solve the problem when multiple clients edit that file at the same time. Could you give me some idea? Thank you very much.
|
| what is the "java.lang.NoClassDefFoundError" ? | 19 Apr 2006 11:19 GMT | 10 |
After I successfully compiled my program and ran it, I received the message: "Exception in thread "main" java.lang.NoClassDefFoundError" I double-checked my program and there's no mistake at all. This
|
| Ideas, Making a graphical grid look like ISO view | 19 Apr 2006 10:44 GMT | 7 |
Hi, hope my question is not too abstract. I'm drawing a square grid and I have mouse events that return coordinates of that grid. Now I'd like to make that grid look like an iso view. Illusion of 3D, seen from an oblique angle, as is typical in
|
| Eclipse bug: Doesn't check for uninitialized variables when there are "too many" variable declarations. | 19 Apr 2006 10:40 GMT | 11 |
This is just as a heads up for other people using Eclipse who might run into this bug. I got stuck on it while working on a project, and waste an hour or so tracking down the cause. My Eclipse version is 3.2.0 build ID is I20060217-1115.
|
| Immutable Classes | 19 Apr 2006 09:34 GMT | 10 |
i want to know that how can i convert a mutable class into immutable class Thanks in advance. Deepak
|
| Inheritance | 19 Apr 2006 09:14 GMT | 3 |
I wish to to if there is any way by which we can access a method of the Super Base class. (We can not modify base class and super base class and the method to be accessed has been overridden in both the classes.) Thanks a lot
|
| Overwrite Default Constructor ? | 19 Apr 2006 08:50 GMT | 26 |
this may be a silly question, but is there actually any way to _overwrite_ a constructor of a superclass in Java? I have the following inheritance structure: "ProfileAdmin" inherits from "ProfileSearcher"
|
| Future of Java | 19 Apr 2006 08:31 GMT | 70 |
I'm a recent college grad and have invested quite a bit of time into learning Java. I just got a job as a programmer doing Java. However, I know of Microsoft's .NET Framework is becoming increasingly popular. Is that going to take over Java? What is everyone's take on the future ...
|
| creating a project in java | 19 Apr 2006 06:46 GMT | 5 |
i am working on a messenger project. i hv a collection of java files.. i dont know much of java. can anyone plz tell me how to combine all these files into a single project? i am getting a lot of errors if i try to compile a single file including
|
| How to get HTML content from system clipboard? | 19 Apr 2006 05:08 GMT | 2 |
by doing following, we can only get the plain text form without html tags, how to get HTML content from system clipboard with html tags? Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); Transferable contents = clipboard.getContents(null);
|
| Identifying Images from an Applet | 19 Apr 2006 04:03 GMT | 4 |
I have a problem that I am unable to solve at the moment. I was wondering how to go about creating a java application that is able to identify/log when a specific image was displayed on a completely separate java applet. At the moment, I have absolutely no idea where
|