| Thread | Last Post | Replies |
|
| how to display java API document in eclipse | 03 Jul 2007 18:41 GMT | 10 |
I'm new to Eclipse. Is there a way to display java API specification when the mouse is on a standard java class/function? For example, when I hover on the word "System", it should display the spec of java.lang.System like the following page or similar content?
|
| printing French letters in System.out.print | 03 Jul 2007 17:38 GMT | 5 |
I have the following code: String strIn = "fran ais"; System.out.print(strIn); but in consol i get:
|
| debug on Eclipse. | 03 Jul 2007 16:15 GMT | 5 |
On Eclipse SDK 3.2.2 - Where can I do the debug (breakpoints, etc ...) Thanks :)
|
| configure jdbc sql driver in netbeans | 03 Jul 2007 14:37 GMT | 1 |
i want to configure jdbc sql driver in netbeans if you have any idea then please reply me please explain in detail(step by step) thank you.
|
| How do I get a String[] from a Map<String,Object> keys ? | 03 Jul 2007 14:26 GMT | 8 |
I all. I have a Map<String,Float> foo = .... And the following line of code a couple of instructions after:
|
| Handling mp3's in Java | 03 Jul 2007 14:20 GMT | 1 |
I'd like to write a program that splits mp3 files after long enough periods of silence (say 3 seconds, for example); this would be used to chop up long recordings into smaller, more manageable pieces. Are there any Java libraries that can handle this kind of task?
|
| OutOfMemory Error in Tomcat | 03 Jul 2007 14:12 GMT | 1 |
I setup a tomcat server in win server2003. My config. : -jdk1.5.0_12 -Tomcat5.0.28
|
| Java editor | 03 Jul 2007 13:40 GMT | 74 |
Hi. I was just wondering if someone can recommend a Java editor for me. I'm looking for something that supports automatic indentation.
|
| JMS (JNDI InitialContext) with Sun Application Server | 03 Jul 2007 11:54 GMT | 4 |
For a remote client running connecting to a server at serverAddr running OpenJMS, I am able to obtain an InitialContext as follows: Properties env = new Properties( ); env.put(Context.INITIAL_CONTEXT_FACTORY,
|
| Jini & serviceRegistrar problem | 03 Jul 2007 09:28 GMT | 1 |
I am using JINI with Javaspace (I am doing a whiteboard). In my code, I did : ... import java.net.MalformedURLException;
|
| Axis2 over https | 03 Jul 2007 08:04 GMT | 2 |
How can I run an axis webservice over https? I tried to run standalone version of axis2 and was successful. I deployed my services and its running fine. Now I want to run it on https. Is there a way to this?
|
| Why the 127.0.1.1? | 03 Jul 2007 02:24 GMT | 4 |
I used the InetAddress.getLocalHost() to get my IP address, buy i got 127.0.1.1? How can i get my REAL ip address?
|
| Hang on socket close after connection reset or connection timed out | 03 Jul 2007 00:27 GMT | 14 |
i have a rather nasty problem here and the situation is pretty critical so please help wit anything that comes to your mind. There is a thread with a server socket which accepts a connection and spawns another thread with the created client socket. The connection
|
| Add certificate from web -> keystore | 02 Jul 2007 23:11 GMT | 2 |
I'm working with a large cluster of hundreds of nodes. The cluster occasionally chats with itself using web services, SSL, and self- signed certificates. The cluster is built through scripts of course. And the creation
|
| java.lang.ClassFormatError when creating JAXBContext object | 02 Jul 2007 22:36 GMT | 1 |
I am trying to marshal an XML document using JAXB 2.0. At runtime, when my web application tries to create a JAXBContext object, I get the following exception: type Exception report
|