| Thread | Last Post | Replies |
|
| Opensource Java RTF to HTML (or xml) converter | 21 Dec 2005 15:05 GMT | 1 |
Does anyone know of any opensource Java that converts RTF to HTML or XML? Cheers Aidan
|
| question--function returns class object(comparing C++ & JAVA) | 21 Dec 2005 12:52 GMT | 32 |
Dear Sir, I am a little puzzled about a function returning a class object, for example, suppose I hava a class Money and a method: Money lastYear(Money aMoney)
|
| Calling own-constructors inside another constructor | 21 Dec 2005 12:23 GMT | 4 |
Inspecting some pieces of code from someone I found things like this: class A { private String id = ""; public A() {
|
| xml, windows, utf-8, and httpclient | 21 Dec 2005 11:08 GMT | 6 |
Wow! I am utterly confused... In MS Windows XP Notepad I created an xml file. I pasted a single tibetan character '\u0F40' as the text part of a certain element: <body></body>
|
| ASM (vs. BCEL) - can I do this? | 21 Dec 2005 11:01 GMT | 2 |
I want to port an application from BCEL to ASM (which is smaller and seems to be faster) What I currently do with BCEL is: an existing class is read. For each method in the class:
|
| Originating connections from multiple IP addresses on same server | 21 Dec 2005 10:25 GMT | 3 |
Is there any way to specify which IP address to use when originating a TCP/IP request? I have a server with multiple IP addresses and I'd like to use specific ones to create connections with URLConnection. I read that this may
|
| mcafee on-access scan slows Java (a lot) | 21 Dec 2005 08:54 GMT | 10 |
I am sooo frustrated. We have McAfee VirusScan Enterprise 7.1 and the on-access scan brings Java applications (including eclipse) to their needs - seems to scan all the jar files. What a disaster - I have to disable it everytime I want to run a java
|
| XML HTTP Post & JSP | 21 Dec 2005 08:25 GMT | 3 |
Hello... I have a servlet that accepts an XML request (via HTTP post) and responds with an XML output. Now, my question is - Is it possible to respond with output to a JSP page?
|
| octet string | 21 Dec 2005 08:20 GMT | 4 |
I have a problem. I have an Octet String "00101101". How can I convert it into byte 00101101? Thanks.
|
| Java's DNS cache | 21 Dec 2005 07:40 GMT | 1 |
The morning started with a too early morning call - my application's reverse DNS lookups were all failing. There was a network "hiccup" the night before. We ended up restarting the server and everything was fine. It turns out that Java by default caches all failed DNS lookups with ...
|
| [Urgent] validating Date field and saving into DB? | 21 Dec 2005 05:44 GMT | 2 |
There is a date field in JSP form where user will enter date in dd-mm-yyyy format. Now before saving into DB2, I want to validate the date format against dd-mm-yyyy format and then save into DB2. I've tried reading SimpeDateFormat and other date format classes, but
|
| check if password is dictionary word | 21 Dec 2005 04:58 GMT | 4 |
I need to check wether or not a String is in a dictionary. I looked at JSpell and I couldn't find anything that could help me. I looked at the java.util.Dictionary class, and it's an empty Hashtable.
|
| Problem running tomcat. | 21 Dec 2005 04:17 GMT | 2 |
I installed the JDK, set the JAVA_HOME and CATALINA_HOME variables but still cannot run the tomcat (version 4.1). I get this pop windown with this error when I execute startup.sh: "Cannot find the file '-Dsun.io.useCanonCaches=false' (or one of its
|
| MySql Data Truncation | 21 Dec 2005 01:29 GMT | 3 |
I am getting the MysqlDataTruncation exception, and i do not know why. I have tried to enter data automaticly from my java program, but from time to time I get this error. do you have an idea?
|
| Data Dropouts with Communications API - Help! | 21 Dec 2005 01:18 GMT | 9 |
I am developing a java 1.5 application using the NetBeans 5 beta 2 IDE on the Windows XP platform. My application does data acquisition from an external microcontroller based device via a conventional RS232 serial (Com) port. The data rate is set at 115,200
|