| Thread | Last Post | Replies |
|
| javax.comm | 11 May 2005 05:41 GMT | 5 |
Has anyone out there tried to use javax.comm to communicate with a rfid reader? lin
|
| Errors With Jar file... | 11 May 2005 00:13 GMT | 1 |
I am trying to jar up my classes for easy access, the problem is as follows... my application depends on teh postgresql jdbc driver (pg73jdbc.jar) now when i compile and run as classes with this jar file in the
|
| javamail / exit code -1 if disconnected | 10 May 2005 23:11 GMT | 1 |
I am using the javamail api to connect to my mail server (with the imap protocol). I can connect correctly. My problem is this one : if I have a network disconnection while I am
|
| Gosling on "left shift" | 10 May 2005 23:03 GMT | 5 |
In an interview (http://www.builderau.com.au/program/work/0,39024650,39176462,00.htm), James Gosling is asked about regrets he has about the design of Java. He says, among other things:
|
| Microsoft Access DB Driver for JDBC | 10 May 2005 22:14 GMT | 10 |
Does any body know of any freeware ms access drivers for jdbc that allow direct access to an ms access db. The jdbc odbc bridge works but i dont know how to dynamically add odbc data connections in windows (Some code to do this would also help).
|
| Exception trying to set the method "setDate" of class PreparedStatement | 10 May 2005 18:57 GMT | 4 |
hi, i'm trying to set the date to method setDate of class PreparedStatement to save it in a database but it send me a error this is the part of code where a i'm having troubles. thanks in advance. PreparedStatement ps = cn.prepareStatement("INSERT INTO test (date)
|
| Can we pass parameters to login.jsp in Tomcat Form-Based authentication | 10 May 2005 18:48 GMT | 3 |
I have a web-application (WebApp_1) running on Tomcat. The security is Tomcat Container-managed security -- it is FORM-based. The login page is a servlet, /servlet/loginHandler
|
| Problem reading tab delimited file | 10 May 2005 18:39 GMT | 5 |
I know how to read in a tab delimited file, but I am having problems reading one without ignoring line breaks. The text I am trying to read has line breaks in paragraphs that I would like to keep as one token. Is there a way to read in a text file while ignoring actual line breaks
|
| JMF and Eclipse | 10 May 2005 18:14 GMT | 1 |
About a month and a half or so ago (i.e. the last previous time I tried it) I thought I had the whole thing with programming using the Java Media Framework and Eclipse pretty well downpat. Applets using the Java media player worked inside Eclipse and when run from a browser as well ...
|
| Relocation: America to UK | 10 May 2005 15:59 GMT | 15 |
Has anyone here pursued a job in the UK from growing up in America, and able to give any guidance to where to start the process?
|
| ##? | 10 May 2005 15:29 GMT | 4 |
Can anyone tell me if the token sequence '##' has any meaning in Java? I've just spent the best part of an hour trying to get the answer out of various search engines, but I can't persuade any of them to search for # characters.
|
| Using ant inside a java application? | 10 May 2005 15:21 GMT | 1 |
I have written a source generator which, the name points out :-), generates source code. Now I want to compile the output and do some other stuff with the class files. I have an ant build.xml which has the necessary tasks, but I don't know how to call them from inside my ...
|
| jpeg codec. | 10 May 2005 15:19 GMT | 2 |
I am trying to decode the JPEG compressed DICOM images. I have a few qestions regarding this. 1. Is it a good idea to develop my own JPEG codec from the scratch? 2. Are there any libraries JAVA supports with to decode the images.
|
| JLabel with different color | 10 May 2005 15:08 GMT | 7 |
I have a JLabel in my application. What I want is to create a different color for the text in that label. For example, "My" is red color and "label" is green color for a label text "My label". Could you please tell me how to do that.
|
| Option Menu | 10 May 2005 14:34 GMT | 1 |
How do you make an option menu on a cell phone. ProgramLang is Java.
|