| Thread | Last Post | Replies |
|
| How to override an abstract method returning an interface type | 06 Jul 2006 23:28 GMT | 8 |
Ciao, I've this class that implements the interface PreparedStatement public class SCTRDebuggableStatement implements PreparedStatement { .... }
|
| XML/XSL and SharePoint | 06 Jul 2006 22:45 GMT | 1 |
The XSL specified by the XSL property or XSL Link property is not valid, or the XSL file cannot be accessed. Make sure you have specified a valid XSL style sheet for this Web Part, or if the XSL file is linked that it can be accessed by the server. For assistance,
|
| Java environment/registry | 06 Jul 2006 22:30 GMT | 3 |
What classes are available to use Java to get a users local environment settings, like OS, Installed Web Browsers, Installed Java Version, etc...
|
| java strictest compiler setting | 06 Jul 2006 21:39 GMT | 2 |
I have a java application which runs well with version 1.2 but not with 1.3. Basically some buttons which are displayed in 1.2 do not show up while using 1.3. In an earlier post, someone suggested that I compile the code with the strictest compiler settings and see if there are any ...
|
| duplicate class error | 06 Jul 2006 21:30 GMT | 4 |
I decompiled a jar file (using jad) and then created a new Java Project using JCreator (an IDE). Now when I am compiling the project it gives 4 different kinds of errors (70 total) : 1. "duplicate class" errors for some classes like: C:\Program Files\Xinox ...
|
| problem with Xerces2j installation on win 98 | 06 Jul 2006 19:39 GMT | 1 |
I fdownloaded the Xerces2j binary files & unzipped them. I tried to follow the "usage" instructions for Sample sax.Writer. I keep getting the error Exception in thread "main" java.lang.NoClassDefFoundError: sax/Writer How do I fix this?
|
| What is <E>? | 06 Jul 2006 15:41 GMT | 10 |
I recently upgraded my SDK to 1.5 and was looking at the documentation of the Vector class, which I have used in a class that I'm updating. I noticed in 1.5 that it now has the symbol <E> after the name. I also noticed that methods like add() now have an E parameter instead of an
|
| Help!!! in Java Sound API | 06 Jul 2006 07:49 GMT | 2 |
I wanted to synchronize multiple audio streams using Java Sound API. I came across Mixer interface's synchronize() method. Is this the right method to synchronize multiple audio streams and play together??? Is there any other class/method to do this job??? I dont know how to use
|
| junit and counting things in ant | 06 Jul 2006 02:27 GMT | 2 |
I am using ant to run my unit tests. Is there a way I can get a count of the tests that have been run or -- better yet -- a list of the tests there were run? Thanks,
|
| Lucene ver | 05 Jul 2006 19:54 GMT | 2 |
Hi, I'm trying to use latest ver of Lucene (Release 2.0.0), but unable to run its example. When I tried to run it it throws an exception (see bellow). Hence I need information about how to resolve this problem or should I use the
|
| How to detect default Media Player to play movie file. | 05 Jul 2006 15:43 GMT | 2 |
Is it possibe to detect the default media player... for e.g. Window Media Player, RealPlayer, Quicktime etc?? If it is possible, how do we go about coding it?? Anyway help greatly appreciated. Thanks
|
| Error: uses unchecked or unsafe operations | 05 Jul 2006 15:42 GMT | 3 |
I am having a problem with the above mentioned error: Coalesce.java uses unchecked or unsafe operations. Now I know this is to do with generics but I am not entirely sure how to solve the problem. Here is the code that is causing it:
|
| coding by speech | 05 Jul 2006 08:25 GMT | 3 |
Is there a Java IDE which allows programming by speaking into a microphone, or any plug-ins that might work to allow this for an IDE? Any help will be appreciated. John
|
| Making JAVA methods non-virtual | 05 Jul 2006 08:06 GMT | 9 |
We know that, In Java every method is virtual by nature, i.e. always late binding is performed. But early binding helps in improving performance. Is it possible to change this behaviour to early binding. i.e. can Java
|
| Represent work in progress on std out | 05 Jul 2006 08:01 GMT | 6 |
Is there a way in java to represent work in progress( not using a gui) on command line? Cheers, //mikael
|