| Thread | Last Post | Replies |
|
| print out object variable values | 06 Feb 2006 18:44 GMT | 2 |
I have a class with 50 string variables. I need to see in my main program which ones are set to some values. To do this i need to print them to the screen. I'm getting fed up writting System.out.println(myObject.getThisString);
|
| Actuate to Excel | 06 Feb 2006 16:27 GMT | 1 |
When Actuate downloads a report to Excel, some large text fields show up as just a row of # signs. Then the user has to change the format of the row to general. They are getting irritated at having to do that so many times.
|
| Strange Applet Problem involving Enums | 06 Feb 2006 13:53 GMT | 11 |
I'm having an odd problem in a JApplet and I need some help. The applet, which is written using Java 1.5.0, works perfectly in the Eclipse 3.1.1 AppletViewer. However, it gives me an odd error when I am running in IE6 on Windows XP (SP2). This is the output from the Java console
|
| jsCreator2 - CachedRowSetXImpl - returns 4294967297 instead of 1 | 06 Feb 2006 13:07 GMT | 2 |
CachedRowSetXImpl - returns 4294967297 instead of 1 Author: LyallInOz Posts: 5 Registered: 2/3/06 Feb 5, 2006 12:50 AM I retrieve data from a query and the returned value is 4294967297
|
| newbie question : HttpSessionBindingListener Interface | 06 Feb 2006 12:42 GMT | 1 |
I got a servlet and and I d like to use the interface HttpSessionBindingListener to check when session expires and give a message to the user I did not find examples about how to use it...
|
| accessing objects in JNI | 06 Feb 2006 11:38 GMT | 5 |
Most of the examples I've seen for JNI seem to allow access to 'top level' instance variables like this: public class HelloNative{ private String str;
|
| uploading and receiving zip file(java.util.zip) ? | 06 Feb 2006 10:37 GMT | 1 |
hi friends i what to send a file from client to server. i used post method for it. but for better performance i zipped the file using (java.util.zip) and send it as normal file ,at server i cannot unzip the file (i
|
| Java version of tcpdump | 06 Feb 2006 10:36 GMT | 6 |
I'm trying to sniff for local port traffic on a Linux machine. I have an application that uses UDP to communicate with it's various distributed parts and I want to view the packets in order to replace a part of this thing with something of my own. (no nothing sinister,
|
| Requesting feedback on DeviceAnywhere - mobile device app testing | 06 Feb 2006 08:15 GMT | 1 |
Has anyone used Device Anywhere (www.deviceanywhere.com.) from a company called Mobile Complete? I'm thinking about trying the service for a mobile application I'm developing for some major carriers (Verizon, Cingular, T-Mobile etc.) In particular, does anyone have
|
| Where's System.loadLibrary() in FileInputStream? | 06 Feb 2006 07:59 GMT | 1 |
I got a good look in the source code for FileInputStream in the J2SE 1.5.0 and noticed a few native methods, including open(), read(), etc. After looking at the code more, there isn't a System.loadLibrary anywhere where i would normally see if a class used JNI. How does
|
| disconnection on exit | 06 Feb 2006 06:10 GMT | 3 |
My application connects to an LDAP server and upon exiting my app I want to disconnect from the directory server. I have a File->Exit menu option but what happens if a user clicks on the X in the corner of the window? Where do I place my disconnection method to handle that? Do I ...
|
| Redirecting System.out.println() | 06 Feb 2006 05:58 GMT | 9 |
Is anyone familiar with a way to redirect System.out.println()? I'd like to redirect it to a JTextArea if possible. Thanks, Ike
|
| Need help w. Java sound. | 06 Feb 2006 04:16 GMT | 4 |
I would like someone to help me to put some sound/audio into a Java source file. How do u go about doing it anyway?
|
| Returning csv from jsp page | 06 Feb 2006 02:47 GMT | 2 |
My webapp needs to return a dynamically-generated .csv file to the user. I can create a .jsp page that returns the csv, and I add <%@ page contentType="text/csv" %> to the top of the page to specify the mimetype. When I click on a link that points to the page, the browser (IE) ...
|
| jsCreator2 - Poor Performance of the Demos - help please | 06 Feb 2006 02:10 GMT | 1 |
I finally got the demos to run after figuring out that they had the wrong database port (19092 instead of 29092) configured by default. The Vehicle Incident Report application runs fine, except for responsiveness.
|