| Thread | Last Post | Replies |
|
| Can java.util.Properties store binary data | 28 Nov 2006 12:58 GMT | 3 |
Guys, I am trying to write a class similar to java.lang.Properties, except that the entries should be in order (alphabetically), and it should also be able to store binary data(ie public key and digital signature).
|
| migrate new US DST setting to jdk 1.4.2_09 | 28 Nov 2006 12:48 GMT | 2 |
Because high version JDK 1.4.2 (like build 10 ¨C 13) have some special issue (zip performance issue), our application can't use these versions. But the high version has the new US day saving time definition. So we want to migrate these new US DST settings from JRE1.4.2_11 into ...
|
| How to stop output to stdout | 28 Nov 2006 10:56 GMT | 2 |
I am using RXTXcomm to communicate with the serial interface. My programs output this everytime the RXTXcomm library is loaded: Stable Library =========================================
|
| Drawing on panel Object | 28 Nov 2006 10:49 GMT | 4 |
I am using the Panel object to represent a drawing area that the user can use to draw different shapes. I s there a clear example about how to draw points on the surface on the Panel object.
|
| java.lang.NoSuchMethodError | 28 Nov 2006 10:13 GMT | 3 |
I am getting this error: java.lang.NoSuchMethodError: netpulse.PathwayClientControllerBean.updateMarketingDB(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String ...
|
| Netbeans newbie -- Project folders not recognized | 28 Nov 2006 10:05 GMT | 6 |
I'm new to Netbeans. Is there any reason that a project I start up can not be opened in a later session? The IDE does not seem to recognice the folder as a Netbeans Project folder. TIA,
|
| create temporary file in java... | 28 Nov 2006 09:36 GMT | 3 |
i've an easy question for you. I've a jsf application, when i click on a button a method starts that creates a temporary file, run an applet that loads this file and when the applet ends the temporary file has to be deleted.
|
| Requested array size exceeds VM limit... | 28 Nov 2006 09:29 GMT | 5 |
I create a Java virtual machine in a C++ application with following settings: ... string classPath = // any class path
|
| JSP Datatable fix Header | 28 Nov 2006 07:23 GMT | 4 |
Hi everbody, I want to make the header of my DataTable fix. How can I do that? I have no idea Here is a sample of my DataTable:
|
| SAX and DOM query | 28 Nov 2006 06:55 GMT | 7 |
import org.apache.xerces.parsers.DOMParser; import org.xml.sax.SAXException; import org.w3c.dom.Document; import java.io.IOException;
|
| Unreferenced() in EJB | 28 Nov 2006 02:21 GMT | 2 |
We have developed the c/s system with RMI. When a client is disconnected by accident ( for example you plug out the network cable .etc...) we depend on the unreferenced() function
|
| importing errors that make no sense | 28 Nov 2006 00:16 GMT | 1 |
I am having a problem with java that is kinda stupid but here it is...my professor is having us write code using the google soap search api, and hes having us organize it into separate packages. I have 1 package known as jss2 and another named after my school. Both
|
| Most efficient way to transfer a file directory recursively (using sockets) | 27 Nov 2006 22:21 GMT | 8 |
I am trying to build a simple application which can be used much like a ftp application, where the user will drag files over, and it will be uploaded to a server. So I have spent the last day trying to figure out the best/most efficient way to do this, and I have in a sense come up
|
| Tomcat/JSP | 27 Nov 2006 21:57 GMT | 4 |
I'm trying to call a jsp page when tomcat is started. I tried putting it into the web.xml file in the conf folder. it says it can't find the class. The jsp page is in the ROOT folder.
|
| JavaCompiler example -- trouble with finding class definitions | 27 Nov 2006 19:24 GMT | 2 |
I am working with two examples of using the JavaCompiler class in JDK 6: http://groups.google.com/group/comp.lang.java.programmer/msg/0243d70fbce78e52?dm ode=source&hl=en http://groups.google.com/group/comp.lang.java.programmer/msg/3265954fdaac103e?dm ode=source&hl=en
|