| Thread | Last Post | Replies |
|
| Search an PrinterInputStream class ? | 19 Oct 2005 11:12 GMT | 3 |
My Java program read a flow which come from a an external program and has been devlopped for a Printer. So flow contains special character like \r for returning at the begining of line.
|
| Copy Jtable row and columnName into a 2 dimensional array | 19 Oct 2005 11:06 GMT | 2 |
I am having a problem copying the content of a JTable containing query result into a 2 dimensional array. I need to copy the data and column in order to mine the data. I appreciate all help.
|
| JSF and chart | 19 Oct 2005 10:10 GMT | 3 |
I have started writing a small app using JSF. This app needs to draw some chart/graph with data input from user. Some googling on this topic has led me towards using JFreechart/Cewolf package.
|
| Programmatically Determine Connector Port Numbers etc. | 19 Oct 2005 10:06 GMT | 1 |
I am writing a custom JSP tag and I need to be able to determine how the servlet container is configured. Specifically, I want to be able to do things like get a list of the port numbers in use and which schemes they are using (e.g. HTTPS on port 8443).
|
| Ports capable of multiple simultaneous connections? | 19 Oct 2005 10:01 GMT | 10 |
Although there are several postings that discuss this topic, I am unable to form a conclusive position on this topic: can a given local port connect simultaneously to many remote sockets? ---------
|
| I know this is the wrong forum, but... | 19 Oct 2005 09:06 GMT | 7 |
Please don't laugh, but I am working on a problem with a retail system that is running IBM 4690 BASIC. I won't go into detail regarding the problem other than an application on the cash register is dumping and no one can figure out why. I am hoping (praying) that someone can point
|
| What jar has javax/servlet/jsp/el/ELException | 19 Oct 2005 08:47 GMT | 2 |
|
| Reducing jar dependencies? | 19 Oct 2005 08:41 GMT | 3 |
I have inherited an RMI client-server app, which I am extending and maintaining. Unfortunately, the current build procedure creates a single jar for the entire app, which then resides both on the client and the server. This means that when even the smallest tweaks are made
|
| Jargons of Info Tech industry | 19 Oct 2005 07:19 GMT | 2 |
Just passin' through.... Xah Lee, on Aug 22, 2:43 pm wrote: Unix, RFC, and Line Truncation [snippage]
|
| Calendar | 19 Oct 2005 05:32 GMT | 2 |
Does anyone know why Calendar c = Calendar.getInstance(); c.set(Calendar.AM_PM, Calendar.AM); System.out.println(c.get(Calendar.AM_PM));
|
| issue using Load Library | 19 Oct 2005 04:48 GMT | 3 |
I am using MAC OSX 10.4 (imac G5). I am trying to load a JNI library libxxx.jnilib through an applet. The code is as follows... System.loadLibrary("xxx");
|
| Per-Session Cookies and Java Programs | 19 Oct 2005 04:45 GMT | 7 |
Hello. I'm currently writing a java program that connects to a website and reads information from it. Eventually it will return a URL for the user to go to. The only problem is there are a lot of "per-session" temporary cookies involved. I haven't found a way to go from the java
|
| Digital waveform display | 19 Oct 2005 04:39 GMT | 2 |
for a simulation tool I have to display digital waveforms like the following: Sig1: _____/-----\____ Sig2: ____/-----\_____
|
| JTable - selected row in large table is not "visible" | 19 Oct 2005 04:37 GMT | 3 |
I want to select row in JTable that contains large table (not all rows can be visible on the screen at once). I use method grid.getSelectionModel().setSelectionInterval(i,i);
|
| How to get the Server time | 19 Oct 2005 04:08 GMT | 2 |
I am developing a Web Cient to retrieve the data from the database server using JSP and Java. I know I can use "new Date()" to get the time of the Web Client. But I don't know how to get the server time from Web Client? Any clue of how
|