| Thread | Last Post | Replies |
|
| javap issue | 28 Feb 2006 18:15 GMT | 5 |
I have a slightly odd problem here. I'm trying to decompile the class file java/util/TimeZone . Specifically, I'm interested in the method : static synchronized HashMap timezones()
|
| Are javac -target and -source arguments broken in JDK 1.5 ? | 28 Feb 2006 18:11 GMT | 7 |
I've been compiling a J2EE application using JDK 1.5.0_04 for several months now for deployment on a server that uses JDK 1.4. I've always used the javac -target and -source arguments set to "1.4" (without the quotes). To my horror I've just discovered that these settings allow ...
|
| Debugging while using redirected input. | 28 Feb 2006 16:49 GMT | 2 |
Hello, I am a new Java programmer and am trying to debug a simple program which uses redirected input from a text file, I usually launch it from a linux prompt using... java sample.java < text.txt ... The problem I am having is that the only debugger am I familiar with is
|
| [iText] compression | 28 Feb 2006 16:14 GMT | 1 |
I am generating 2 documents with iText. I want to test, if the documents are identical. (Background: I'm doing a refactoring and want to test if the functionality remains the same.) The documents look identical, but "diff" says that they are not.
|
| Downloading a Dynamic Website. | 28 Feb 2006 14:20 GMT | 3 |
Is there any way to download the dynamic content from a website and store it to the local database......? Any help would be appreaciable.. Thanx in advnce.
|
| Programming question | 28 Feb 2006 14:03 GMT | 2 |
Hello all. I was helped here some months back with a printing problem, so I'm back for more. I have a business object with lots of information, including state showing progress through a process. I have written a Swing main screen
|
| Newbie JAR problem | 28 Feb 2006 13:37 GMT | 2 |
Just started learning Java and already have a problem :-( I have created an applet that animates a few images. Everything works fine if I use the applet in a HTML page, but if I use the JAR, the images do not show up. According to the size of the JAR, the images ARE present. If I ...
|
| Draw pointable / pickable lines, etc, how to? | 28 Feb 2006 10:00 GMT | 3 |
(I asked in comp.lang.java.gui, but with little response after 3 days, so I repost it here. :-) I am wondering what is the best way to this common GUI task: Draw some rectangles, lines, pies, etc (say, in a JPanel). Make sure
|
| JRun - Fast on notebook, slow on server | 28 Feb 2006 09:58 GMT | 2 |
Hi, Please help... I have developed a struts J2EE application using JRun 4 and MS SQL server on Windows 2003 Server. Part of the application is an early morning routine which updates 73K records from a local Flat file
|
| How Would You Design This Application? | 28 Feb 2006 09:49 GMT | 5 |
I'm looking for some ideas on which combinations of Java language features, third party tools and design patterns would apply to the design of the following type of system subject to certain constraints as described below.
|
| Send files over the network using encapsulated serialized class | 28 Feb 2006 09:11 GMT | 16 |
I'm trying to extend a client/server program so that I can send/receive files. It uses serializable Message objects in order to send messages. The Message class has a private byte array field which holds the file being sent. Before sending and receiving a message, the Message object
|
| Error (?) writing foreign-language (French/Japanese/..) string from Java program to a file | 28 Feb 2006 07:54 GMT | 3 |
I am trying to write a text file from a Java app, so the file can be correctly viewed by external browsers (e.g.: IE, EditPlus... ). I encode the content of the file to UTF-8 and write
|
| Netbeans 5: visual jsf editor | 28 Feb 2006 07:47 GMT | 1 |
I'm just testing nb5. I was wondering if there is a visual editor for java server faces like there is for eclipse or java studio creator? Regards, Andi
|
| POSSIBLE SECURITY PROBLEM in Java 5! | 28 Feb 2006 05:39 GMT | 9 |
This happened accidentally, but an attacker might use this intentionally in a hostile applet to perpetrate a denial of service attack. I had a Java app compile and run that generated ~200 threads accessing
|
| XML to API | 28 Feb 2006 05:10 GMT | 1 |
Hi group members Ths is Prashant. I m in a big trouble....can u suggest me how to change the API to XML request and vice-versa
|