| Thread | Last Post | Replies |
|
| Question: | 31 Dec 2006 15:06 GMT | 3 |
1)If I have two classes, how can i run it in the command prompt? (ex: java FileName) for only one class. 2)If I need an input from the command prompt, (This is required. I should not use any other method of getting an input) how can i, for
|
| newbie: which IDE to choose? | 31 Dec 2006 13:26 GMT | 6 |
(Sorry for my English...) I have started learning Java in Windows XP and Linux. I am going to programme database applications with web GUI (JDBC, JSP, Servlets, as I understand). I have a question to experienced programmers: which development
|
| hibernate annotations I get a MappingNotFoundException | 31 Dec 2006 10:22 GMT | 2 |
When I looked online it said that this was because I had the wrong hibernate version, but I have the latest 3.2 release. I can generate a database schema fine, So I assume that something else is wrong
|
| Non-Blocking Socket and BufferedInputStream | 31 Dec 2006 05:30 GMT | 6 |
We are new to Java. We are using some exising code which does a byte-by-byte read from the socket. The data that is being read is an xml string. A byte-by-byte read takes about 150 to 200 milliseconds. We need to improve the response time.
|
| JNDI Support | 31 Dec 2006 04:23 GMT | 5 |
Can someone please tell me why JNDI Support at Sun does not exist for the search term JNDI.jar and/or point me in the actual direction that I may download this resource? It seems that JNDI support in "my JDK1.5" doesn't exist either for the Context Factory in the environment ...
|
| MIDI OUT transmitter not available? | 31 Dec 2006 03:51 GMT | 2 |
I don't get this, it was working before, but then my program quasi-randomly stopped playing sound, and started instead of giving me an error message: javax.sound.midi.MidiUnavailableException: MIDI OUT transmitter not
|
| Word Count app using tokenizer (Java) | 31 Dec 2006 01:18 GMT | 4 |
Hey, I have been set the task to create a program that will read in a text file (.txt), and will display a list of results showing: - Number of lines in the file - Number of words in the file
|
| Failure in loading T2 native library db2jcct2 | 31 Dec 2006 01:01 GMT | 1 |
I have written th following code to connect to db2/400 -> try { //Connect to a database
|
| Need a new access modifier? | 30 Dec 2006 22:40 GMT | 17 |
I've read somewhere that inner class access to a "private" member of a nesting class causes it to be silently treated as "package-private" by the compiler, with security implications. Silently changing the semantics of a security-influencing construct in
|
| newbie: sample Java applications? | 30 Dec 2006 21:05 GMT | 5 |
(sorry for my English...) I have started learning Java. I am going to learn programming database applications (Oracle) with web interface (JSP, Servlets). I have some experience with Microsoft .NET. Microsoft prepared set of sample
|
| HashMaps, hashcodes, equals, and Serialization | 30 Dec 2006 20:42 GMT | 4 |
As part of my application, I have an ArticleManager class, that maintains a HashMap of Article objects (which have an overloaded equals method - but not an overloaded hashcode). When my application is closed, the ArticleManager serializes itself and all the Articles.
|
| Binary to Hexadecimal Conversion | 30 Dec 2006 17:02 GMT | 10 |
Hello! I made this program of converting binary to hexadecimal, there are few errors which are new to me. Please check it out. Thanks! <code> import java.lang.*;
|
| Exception thrown & Failure in loading T2 native library db2jcct2 while connecting to db2/400 through java | 30 Dec 2006 15:37 GMT | 1 |
I have written th following code to connect to db2/400 -> try { //Connect to a database
|
| newbie: JSP vs Servlets | 30 Dec 2006 15:28 GMT | 10 |
I have just started learning Java. I have one question: how about performance of JSP comparing to Servlets? I am using Windows XP and Debian. /RAM/
|
| javatouch is your java companion with a different flavor | 30 Dec 2006 15:08 GMT | 2 |
Javatouch is really one of the coolest java resource site with human touch for Java dukes... http://javatouch.googlepages.com New Tutorials only from JavaTouch;
|