| Thread | Last Post | Replies |
|
| Eclipse - plugin to find unused CLASS MEMBER VARIABLES? | 02 Nov 2005 16:34 GMT | 5 |
I've recently been looking for some tools to help partly automate a pretty labourious process of doing a big batch of code reviews. Very happy with the ones I've found so far (PMD, CheckStyle and an obscure plugin to find unused classes at http://seessle.de/dclj/de.seessle.
|
| Strange compile error involving generics (short code snippet included) | 02 Nov 2005 16:15 GMT | 5 |
I've got two pieces of code; one of them compiles without error, and the other one doesn't. I can't figure out why. Here's the code snippets: <compilesFine> import java.util.Vector;
|
| Launch java app (jar) from c++ | 02 Nov 2005 15:26 GMT | 3 |
i a little newbie to C++. So sorry for some stupid questions. The following scenario: We have a java application running on 200 pcs in a network enviroment. If a user starts the app the complete jre has to be loaded from a
|
| Dynamically invoke class's methods | 02 Nov 2005 14:17 GMT | 4 |
I am working on a programme dynamically invoking a method from the input. My program will receive a string including the class name and the method name, For example, "classA.methodA". The parameters for the method will also be passed into my programme. Then I should invoke the
|
| java books | 02 Nov 2005 13:32 GMT | 7 |
I have just started my final year as an undergraduate and im currently struggling on our core Java programming module. Please could somebody advice me on a good book/ URL that has lots of examples and covers vectors, hashsets, hashtables etc.....
|
| Mysterious arbitrary crash when using COM and JNI | 02 Nov 2005 12:11 GMT | 1 |
I have an application in Java accessing a VC++ dll for getting the text in a Internet Explorer Server component. I access the dll frequently once each second to get the latest content. It usually works fine and does what I want but sooner or later it crashes the program completely.
|
| Newbie: Error in mod evaluation | 02 Nov 2005 12:07 GMT | 5 |
Sorry to pester the list with this - it is such a simple problem I can't figure out what to search for. This is m first day of playing with Java. I notice that
> System.out.println((34/5.0)%1); |
| help starting a project | 02 Nov 2005 11:20 GMT | 11 |
I am sure many of you has been in this situation and I hope someone can help. I want to start a small java project and collaborate with couple of friends of mine on it.
|
| xml schema validation (JAXP 1.3 JDK 1.4.2) | 02 Nov 2005 10:32 GMT | 4 |
I'm trying to validate the xml string which root follows: <ScenarioResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="Scenari oResponse.xsd"> ..............
|
| Deploy Java Application | 02 Nov 2005 10:23 GMT | 3 |
What is the current popular way of deploying a Java application on different platforms? The first thing that comes to mind is an executable Jar. Sharp Tool
|
| is J2EE right tool for this application? | 02 Nov 2005 07:21 GMT | 6 |
hi.. i may have to start to develop a rather large application. it's an archive, is handles aspects of boxes where the documents reside (shipping and handling) workflow of doucments retrieval system,
|
| Help with simple animation in JApplet. | 02 Nov 2005 04:41 GMT | 5 |
I've having problems with my repaint() in the applet below. Can someone please suggest how to fix it? I'm trying to create a simple animation, by painting three circles, and varying their locations. I created a simple for loop to make the
|
| "Error while registering the Java 2 Runtime Environment registry keys" | 02 Nov 2005 04:26 GMT | 1 |
"Error while registering the Java 2 Runtime Environment registry keys" I am getting the above error when trying to install the 1.3 JRE (installed with the 1.3 plug in which I need). As part of my development I have been installing and uninstalling the JRE multiple
|
| J2EE installation problem on WindowsXP | 02 Nov 2005 04:01 GMT | 1 |
Hi, I have a strange problem here: I installed J2EE on windowsXP. after the installation, my Eudora stopped working, my Tomcat wouldn't start any more, the FTP function inside my DreamWeaver stopped working. Addtionally, I couldn't get
|
| Some more questions . . | 02 Nov 2005 03:49 GMT | 6 |
I have a bit of a dilema (sp?) that I can't figure out. I just finished Day 13 in Learn Java in 21 days, and I know I am never going to learn any of this stuff if I don't get my feet wet a little with a projec that I make. Here is my layout:
|