| Thread | Last Post | Replies |
|
| what is Java? | 03 Jan 2005 19:03 GMT | 2 |
sorry , to ask such a silly question . but i am a totally new novice, who is trying to learn java lang, on my own , but find it very hard. if anyone out there can please help me with it. i know c / c++. what is java sdk. where to get it. which book to
|
| Why is Double different from new Double() | 03 Jan 2005 16:00 GMT | 1 |
D'oh I knew that I just missed the case difference. I was distracted by the Number I guess. Thanks good to hear Java 1.5+ makes it easier to mix primatives with classes of the same type. I was never comfortable with
|
| Ok, I'm a doofus. But I would greatly appreciate your help. | 03 Jan 2005 10:05 GMT | 2 |
I think I've read every article written on manifest files for jar files but I still can't get my jar file to run. I can run my class file just fine so I know my code works, but when I run it from a jar file...
|
| Modifying the parameter Objects passed to RMI server | 03 Jan 2005 08:08 GMT | 6 |
I was wondering what will happen if the Objects passed as parameters to an RMI call is modified by the server. Since these objects are serialized/deserialized before the server code gets access to the parameter objects, what the server views is only a copy of the
|
| Microsoft and Sun JVM ? | 03 Jan 2005 01:11 GMT | 8 |
sorry for cross-posting I am a newbie with Java programming here, I have written a simple applet using Java SDK 1.4.2 now when i try to run this applet on other system without sun's JVM impementation this does not run, i know that the Microsoft
|
| session id is determined by the cookie? | 03 Jan 2005 00:23 GMT | 4 |
When we open a new web browser, all the windows that are open from that web browser belong to the same session. However, if we open a new web browser, then it will be different sessions. Is that the correct concept?
|
| JFileChooser for directories | 02 Jan 2005 19:29 GMT | 2 |
I want to choose specified directory. I wanted to do it using JFileChooser, and setFileFilter() for it, but how should i construct FileFilter to see only directories ? Maybe there is any other class used for choosing directory?
|
| Help with J2RE 1.4.2 and J2SE 1.5 | 02 Jan 2005 07:31 GMT | 5 |
I'm seeking for some knowhow about JAVA specificly J2RE, J2SE & J2SDK I know that there are the following versions : J2RE (Runtime Edition) version 1.4.2 J2SE (Standard Edition version 1.5.0, also known as J2SE 5.0
|
| Why does this work? beginning question | 02 Jan 2005 04:17 GMT | 2 |
The following code works. The question I have concerns closing a file. The line: if (dis !=null) seems to say if dis is not empty. So the file should shut down after the
|
| Sending data in a DOM table to the server (with a POST) | 01 Jan 2005 23:38 GMT | 5 |
I am looking the best way in which one might send data sitting in a DOM to the server. I have searched the net and found the following approach: ------------------------ START FOUND ON NET ---------------
|
| package javax.ejb does not exist | 01 Jan 2005 23:31 GMT | 1 |
Sorry for my ignorance, but which jar file should I include in the classpath...
> You have to make sure that JAR file is in your classpath. A lot of ways to > do that: |
| Manipulating audio data with filters | 01 Jan 2005 14:17 GMT | 2 |
Hi. I'm trying to capture .wav data and manipulate it using filters, etc... I've read a million posts on this topic, but I'm still at a loss as to my next move. I believe the following code successfully converts audio byte[] data to
|
| Tomcat classpath | 01 Jan 2005 01:45 GMT | 13 |
I am new to Tomcat/JSP etc. so apologies for any ignorance. I have been trying to set up a simple test to include a java class within some JSP code: ************** This saved as test.jsp **********
|