| Thread | Last Post | Replies |
|
| how can u include .js(java script) in JSP | 03 Jul 2007 01:15 GMT | 3 |
Is it possible to include .js file in JSP..?
|
| AudioInputStream does not work properly | 02 Jul 2007 23:23 GMT | 11 |
I'm trying to read a WAV-file using the AudioInputStream, which I get using AudioSystem.getAudioInputStream(File). I can play the Stream with a SourceDataLine and that stuff, but I need the samples in an int[]. So I tried to use
|
| wat is mean by init param and context param | 02 Jul 2007 17:02 GMT | 1 |
wat is mean by init param and context param
|
| Generics | 02 Jul 2007 09:42 GMT | 12 |
I have a problem that I have been unable to code cleanly with generics. I suspect it is not possible because of no run-time generics info. The problematic code (a cast, highlighted in capitals in comments) is in dispatchEvent(Event e) below.
|
| Complete Java Preparation | 01 Jul 2007 21:04 GMT | 10 |
Hi Flocks My name is Satesh. I am developing new informative site for the java developers which is http://www.javaj2ee.net I have hosted prototype. I need some inputs to organize my site to make that more helpful in
|
| Remote shutdown in java | 01 Jul 2007 18:00 GMT | 3 |
I am currently writing a java application that will shutdown a group of computers that are connected to a domain. I would an error message to be display if the program is unable to find a computer name on the network. Also I would like to display a message that will show what
|
| test imap and pop3 | 01 Jul 2007 15:50 GMT | 7 |
I am writing an email client in java ( open source) and need to test if I can retrieve the messages. Do you know of any servers that can provide this service for me? cheers,
|