| Thread | Last Post | Replies |
|
| SQL UNION query in Java | 05 Apr 2005 10:54 GMT | 4 |
I have this query: (code summary) ******** ...
|
| how to send username/password bypass to web with basic authentication | 05 Apr 2005 09:00 GMT | 1 |
I have a JSP page, and I want to call a web application with basic authentication. How can I do this? Thank you.
|
| dynamic subdomain without DNS | 05 Apr 2005 06:47 GMT | 2 |
I want to solve the following issue. I want to deploy an application to JBoss 4.0.0 on demand. That means, after deploying the web interface of the just deployed application shall be reachable under a arbitrary subdomain within an registered domain. For example,
|
| How to get the path of remotly run application by knowing the port number | 05 Apr 2005 06:41 GMT | 3 |
I am new to this group, and i request you all to help in solving the issues i have. Thank you for having this group. I need to know the path or install directory of an application,
|
| JLabel | 05 Apr 2005 05:53 GMT | 2 |
I have a JFrame Window and a JLabel on it with a long text. The problem is that the text of the JLabel does not fit the size of the window - the value for the width of the window is to less. But I want not to make the window wider. How can I make it that the text of the JLabel is
|
| JTable select problem | 05 Apr 2005 05:48 GMT | 1 |
I have a great problem with my JTable. I have a JTable with few lines and two columns. The user can select one line and with the following statements int column = tblSearchResults.getSelectedColumn();
|
| Simple repaint problem: JFrame is not repainting | 05 Apr 2005 02:10 GMT | 3 |
the following simple problem: I have a JFrame with a borderlayout. In that JFrame I have a main JPanel in the CENTER and a footer JPanel in the SOUTH. There is a JButton on the footer panel which when clicked should simply resize the footer panel.
|
| HashMap query from newbie | 04 Apr 2005 23:11 GMT | 3 |
I have a HashMap with a single word (String) as the key and a Float as the value. I need to be able to classify each entry in the map based on how far the value varies from 0.5 and then select the 15 most significant entries (trying to implement a Bayesian filter a la Paul Graham).
|
| [newbie] JAVA INVADERS GAME!! | 04 Apr 2005 18:54 GMT | 1 |
-!Hei!- Im makin a Java Invaders game, you can found it from my homepage below.. i hav troubles with the technique to use to program my
|
| JTable select | 04 Apr 2005 18:50 GMT | 3 |
Can anybody explain me how I can retrieve the value of a certain clicked cell of a JTable? thx pat
|
| How do I finding the current static type? | 04 Apr 2005 18:38 GMT | 11 |
Dear Java Gurus, I need to find out what the static type (a.k.a. compile time type) of a given object is at runtime[1]. What I want to achieve is this: public interface ClassA { public void f(); }
|
| warning | 04 Apr 2005 18:36 GMT | 4 |
When I start my JAVA Application I got several of these warnings: 03.04.2005 16:17:20 java.util.jar.Attributes read WARNUNG: Duplicate name in Manifest: Depends-On Does anbody know how I can fix this problem?
|
| shared memory in java | 04 Apr 2005 18:14 GMT | 10 |
Is there someting which may be termed as "shared memory in java" ? (I mean something which may connect 2 Java processes but is not a socket ; something like CreateFileMapping() in windows or shmget/shmat() (Unix
|
| JNI delphi | 04 Apr 2005 18:12 GMT | 1 |
Hi, I'm creating a program in delphi that launch and restart a java application with some parameters. Du to the problem with System.exit that kill the delphi program I disactivated it. But, I have some problem with the memory when a I
|
| crystal reports and java - how many threads ? | 04 Apr 2005 12:43 GMT | 2 |
I have to integrate few reports (made in crystal) into the web application. Integration would be in a form of simple link that users wil click which will result execution of report. I know that I need Crystal Reports Server (formerly known as RAS or Crystal Embeded). My question ...
|