| Thread | Last Post | Replies |
|
| ANT problem | 27 Jul 2006 19:33 GMT | 1 |
I'm using single ANT script to compile many .net projects. One of the projects in my build requires compilation under framework 2.0 (the rest is 1.1). I want to change my script so that in particular moment , before
|
| how to test an applet has been loaded for execution | 27 Jul 2006 18:25 GMT | 1 |
When no JVM is there then applet would be loaded. i want this scenario to be handled.. Also when signed applets failed to get verifed it shows warning.. when user has rejected to run the applet.. Then applet would run.. I want
|
| There is a good photo website | 27 Jul 2006 16:17 GMT | 2 |
hello,everyone,I am the newcomer.I hope you can go to this website:flickr.com/photos/partpic/.I am sure it is NOT spam. Then,you can feel that it is a professional photograph website about the computer.there are o lot of picture of some kinds of
|
| JMS Connection | 27 Jul 2006 16:15 GMT | 1 |
Can anybody tell me how to keep JMS connection alive.
|
| Axis2 WSDL2Java log4j error | 27 Jul 2006 16:13 GMT | 1 |
Running the WSDL2Java script. I get a log4j error Please initialise the log4j propertly; no appenders could be found for logger.
|
| Ctrl + Tab functionality in the tabbed panes | 27 Jul 2006 16:11 GMT | 4 |
Here i have a problem with a JTabbedPane. I want the functionality like arrow keys for the JTabbedPane. If i press the Ctrl +Tab, It should have to show the next focusablle tab. How can i achieve the this type of functionality.
|
| VISIT MY SITE | 27 Jul 2006 16:11 GMT | 3 |
Please check out the following site to view all of the FREE work from home independent consultant and affiliate program we have to offer you! for contact with me visit my site
|
| Struts: <Global-Exception> | 27 Jul 2006 16:08 GMT | 1 |
I am try to do something simple in struts, but there's no updated documentation on it. I have declared a global exception thrown when I get this particular exception:
|
| How fast is Java? | 27 Jul 2006 14:58 GMT | 4 |
Many must have asked that question. I intend to write a few programs which will be CPU intensive. I know a little of Java. Would a language that yields native code, instead of bytecode perfrom much faster? I recently wrote a minuscule C program containing one loop using a few
|
| Eclipse plugin: Trying to load JDBC Driver via Class.forName("...") | 27 Jul 2006 13:03 GMT | 3 |
Hi, I'm trying to write an eclipse plugin for Social Networks' Visualization. Therefore I need a Database Connection to an Oracle Database. I added the Driver JAR to the classpath and did all the other usual DB Connection stuff, but it always throws a
|
| how to let other people know my hostname through IP address | 27 Jul 2006 11:47 GMT | 6 |
i have a public hostname "a" (not my machine name)on internet and my ip is xx.xx.xx.xx; the problem is other people can get my ip through hostname.but if he try to get my hostname through ip he always failed.
|
| Reflection - Class Loading and NoClassDefFoundError | 27 Jul 2006 11:44 GMT | 10 |
I hope this isn't too obvious a question - I cannot find an answer anywhere. I have some classes I need to load using reflection. These classes are generated and compiled at runtime by my app, so the only info I
|
| Arrow key functionality in the ButtonGroup | 27 Jul 2006 10:50 GMT | 1 |
I added 4 JRadio buttons to ButtonGroup. For these radio buttons i am unable to achieve the arrow key functionality. here i am attaching the code rateList = theController.getDeleteOptionList();
|
| DatagramPacket | 27 Jul 2006 09:09 GMT | 3 |
What are the common uses of DatagramPacket ? Can the DatagramPacket send and recieve more complicated strings then just an array of bytes ? Is it common thing to do : sending & recieving more than just array of
|
| Class Loading Question | 27 Jul 2006 08:15 GMT | 2 |
I have a program that needs to be able to run as an application and an applet. One big concern with it running as an applet is loading time. There are a number of classes that the program will need as an application that deal with things handled by the CGI backend on the applet. ...
|