| Thread | Last Post | Replies |
|
| J2RE1.4.2_07 Generate Error Log File message..... Anyone pls help??? | 29 Jun 2006 12:33 GMT | 1 |
I am using Windows XP SP2 with 512 memory and Celeron 2 GHz processor. Currently I am create a Point of Sales system using java program and it can run smoothly and successfully. Note that my Point of Sales system support 2 language its English and Chinese language. However I
|
| Can't understand syntax error with Java 6.0 | 29 Jun 2006 11:42 GMT | 2 |
I am getting a syntax error in my Java code that I cannot understand and hope you can help me. It's with Java 6.0 and TableRowSorter. The line of code is: table.setRowSorter(new TableRowSorter(tableModel));
|
| DB2 XML Editor | 29 Jun 2006 09:34 GMT | 1 |
i have requirement to get result in XML form from a DB2 Database server. Can anybody help me to figure out the solution. Thanks in Advance
|
| Possible to change user's desktop background (Windows) | 28 Jun 2006 23:39 GMT | 5 |
I haven't touched Java for two years and this evening I suddenly came up with an idea I'd like to try and get working - but can't think for the life of me how to do it. Basically the program will be for myself (ie administrator over my own machine - windows 2000). Essentially I need ...
|
| Avoiding Silliness | 28 Jun 2006 23:34 GMT | 10 |
Hi - I was wondering if the later java versions (1.5 and higher) allow me to do something to avoid this silliness. This happens all the time. I am trying to make a list of integers - and I don't start out knowing how many there are going to be (although typically I
|
| Jtable add rows to top instead of bottom | 28 Jun 2006 22:58 GMT | 2 |
I'm creating an error/warning message table. Every time an error or warning is generated, the row count increases by one and the value of the newly added row value is set to the message. However, when the new row is added, it is added to the bottom of the
|
| NIO! Nein! | 28 Jun 2006 22:48 GMT | 8 |
I recently had the misfortune of trying out a InputStream.available() command, only to find out it doesn't work on sockets. I've found that the solution to my problem is the Nio SocketChannel class, and now I have only one question:
|
| Does anyone know of any shared Java hosting plans with Ruby On Rails support as well? | 28 Jun 2006 22:37 GMT | 4 |
Does anyone know of any shared Java hosting plans with Ruby On Rails support as well? The keyword here is shared. Thanks --Atif
|
| Output streams and sockets | 28 Jun 2006 21:31 GMT | 1 |
Being a newbie in network programming, I've got difficulties understading the following problem: I use XOM as xml parser and writer. It has a serialiser object, which it can write to output streams. I've tried severel things to send data
|
| Simple Question: How to see an Error stack trace in Tomcat... (Struts) | 28 Jun 2006 21:29 GMT | 3 |
I have a simple probleme, I guees. I have build a simple Java Web App (Struts, Log4J) with some JSP pages, and I have some difficulty to see the stack trace of a Java Exception when running a JSP page. If the page has started to be written, I can see the java exception (I see the
|
| Java RenameTo() | 28 Jun 2006 21:23 GMT | 4 |
Devo leggere un file e spostarlo in una cartella secondaria dopo di che cancellarlo dalla principale. Ho constato che i file li apro senza problemi e li leggo. Il mio problema consiste che ogni tanto non riesco a spostare i file...
|
| Encode XML | 28 Jun 2006 20:06 GMT | 1 |
I'm new to the world of XML. I have a web service that returns a String of XML data. I need to be able to encode that String so that when it gets validated by the client it will be in a valid XML format.
|
| dialog on top (current app. only) | 28 Jun 2006 19:59 GMT | 1 |
I want to show a dialog which topmost to the current application only? and i want that dialog become modaless, which mean i can work on the mother jframe when showing that dialog. how to? If i show a modaless dialog, it will not topmost :(
|
| JSTL and beans inherited from ArrayList | 28 Jun 2006 19:11 GMT | 1 |
I would like access properties as well as elements of a bean inherited from ArrayList. Can JSTL do that? Apparently, JSTL is interpreting the property name as an index into the arraylist.
|
| JSF File Upload | 28 Jun 2006 18:33 GMT | 3 |
Hi, I need your help again with this one. I want to be able to upload a document (plain text) together with a name and description. I've created the following jsf fragment for this: <h:form id="createForm">
|