| Thread | Last Post | Replies |
|
| duplicate classes? | 04 May 2004 18:40 GMT | 2 |
When I compile my project under ant, I sometimes get: compile: [javac] Compiling 2 source files to /Users/roy/Dev/FlightPlan/build/classes [javac] /Users/roy/Dev/FlightPlan/src/FormatParser.java:13: duplicate class: com.panix.roy.ata100.FormatParser
|
| Serving PDF from a servlet - blank screen in IE | 04 May 2004 15:43 GMT | 11 |
I have a problem that is driving me nuts. Our Web app generates PDF files using iText library; the Tomcat servlet saves the PDF data into a temporary file, and then forwards it to the browser using sendRedirect() method of HttpServletResponse.
|
| Newbie question - please help | 04 May 2004 14:55 GMT | 3 |
Hi, Thanks in advance for your help. I have 3 books on Java and have been searching the newsgroups for 2 days trying to solve a simple problem. I am trying to make a simple stand alone address book application,
|
| Getting rid of double spacing in a string | 04 May 2004 08:21 GMT | 1 |
Hi Guys, is there a way to get rid of double spaces within a string without using the tokenizer method? I was thinking of doing a loop that goes on while two spaces are next to each other within which I'd delete the character it's up to. How do I delete a char?
|
| Date Chooser | 04 May 2004 04:32 GMT | 2 |
Is there a class that will put up a calendar and let a user select a date? Thanks Paul
|
| Package Problems | 04 May 2004 01:02 GMT | 1 |
I am doing an example from java.sun.com. I have several files all with package divelog. The first puzzle is that DiveHandler requires import divelog.UIWestPanel; import divelog.DiveRecord;
|
| java.sql.Clob | 03 May 2004 23:29 GMT | 1 |
I am creating a class which has an instance variable of type java.sql.Clob. Within the class, I'm attempting to write a copy() method which will create a duplicate of an object of that type. I'm getting unstuck when trying to understand how to copy across the data
|
| RandomAccessFile.readLine() returns an empty string | 03 May 2004 22:27 GMT | 13 |
I'd appreciate some info on strange behavior of the randomAccessFile.readLine() -method. I'm trying to read in a line from an ASCII file (with line separators), but instead of returning the desired line, readLine() just returns "".
|
| RMI help | 03 May 2004 22:20 GMT | 1 |
I am trying to learn RMI by creating a simple program by reading the steps given in "The Complete Refrence" but I am getting the error as "ClassNot found" The code is as follows:
|
| Applet Sound | 03 May 2004 22:08 GMT | 3 |
Hello, I am trying to play a sound in an applet. In the appletviewer it works fine but in Internet Explorer it specifiecies a java.security.AccessControlException error.
|
| helpwindow | 03 May 2004 20:05 GMT | 1 |
I have to do a helpwindow in java. Is it anybody who have a small nice example ? /Curt
|
| bug in junit assertions? | 03 May 2004 19:15 GMT | 3 |
I have a junit test case fail recently, but instead of printing out the expected and actual values, it just printed <...>. A bit of exploring to find a minimal example led to the following: import junit.framework.*;
|
| A java script from that need a little bit of adjustment - Could you help? | 03 May 2004 17:38 GMT | 2 |
I download this java script and it does work. Actually, it is great for my purpose. Just a little complain: It will be great if it will open the ads randomly. Right now, it will open then in the order you see bellow.
|
| SYSTEM ARCHITECTURE OF USE JTIDY | 03 May 2004 17:14 GMT | 1 |
REGARDS: if i use jtidy to transform html to xhtml and find a way to transform a html web to xhtml web..... me have 2 model choices:
|
| valueOf versus copyValueOf | 03 May 2004 15:26 GMT | 2 |
Hi, I've bumped across something that's bothering me in the String class. Specifically, it regards the methods public static String copyValueOf(char[] data) -and-
|