| Thread | Last Post | Replies |
|
| trouble with websphere | 25 May 2006 19:52 GMT | 2 |
i want to make a "web'project in Websphere Application Studio 5.0 i made the project with one "index.jsp" i clicked "run project in this server" from the menu. and got these errors in the console..
|
| JMS and EJB | 25 May 2006 19:23 GMT | 2 |
i have more entity beans that must leave their messages on a queue and i have more message-driven beans that must read the messages on the queue. can i implement this situations? how?
|
| A question about the Batik API | 25 May 2006 18:36 GMT | 2 |
I have to write an application using the Batik API, but I don't know very well how to use it. I want to draw a flow chart on a screen. Each part of this chart has to be clickable. For the moment, I add a mouse listener to my JSVGCanvas, and by getting the mouse's position when I
|
| java.lang.VirtualMachineError: Illegal CONSTANT_Class reference | 25 May 2006 17:23 GMT | 2 |
Going slightly nutso here... I'm working on a MIDP Java project. It compiles fine, but at runtime I get the following: java.lang.VirtualMachineError: Illegal CONSTANT_Class reference
|
| How to improve Java's look and feel? | 25 May 2006 17:17 GMT | 1 |
Peopel, is there a way to make Java's menus look like Office 2003 ones? Thanks, Scirious.
|
| Get classes from package | 25 May 2006 17:15 GMT | 9 |
Hello ive been doing some research on this topic, i read everywhere people saying it is not actually posible. I believe it should be posible, people who develop development tools may want to require this behaviour. I would like to know those people who asked, how did they
|
| Swing Dialogs and Remote Asynchronous responses ? | 25 May 2006 17:13 GMT | 3 |
I've done a fair bit with swing and whenever there is some heavy backend work I make use of swingworker to help me out. However I am working on a system at the moment where the result of pressing ok in a Jframe results in a message being sent to a remote box and the
|
| Apache Tomcat JK configuration | 25 May 2006 16:54 GMT | 2 |
I have a Java application running on Tomcat 5.5.17 over Apache 2 through JK connector. The tree of the application looks like this <ROOT> - include.jsp
|
| Need to invert x-value of mouse | 25 May 2006 16:51 GMT | 5 |
Someone that can figure out a smart way to invert my mousepointer's x-axis. I have this function: doMyFancyStuff(mouseXpos,mouseYpos);
|
| Excecuting Update Statements | 25 May 2006 16:39 GMT | 1 |
hey im having a little bit of trouble excecuting my update statsments. I chekd in access directly and am sure that there is no errors in my SQL. this is the code i used. The connection is fine its been tested before.
|
| Help : Breaking the string | 25 May 2006 16:35 GMT | 5 |
Can anyone help in breaking a lengthy string.. The scenario is.. 1. It should break by 15 char using "-" at the 15th char. 2. Whenever it encounters URL, it should break without "-"
|
| Question of how to check the JVM version | 25 May 2006 16:30 GMT | 1 |
I have a quick question. I am a beginner of JAVA and want to check what version of JVM the client is using. I think that "System.getProperty("java.version")" would work.
|
| log4j, threading and appenders | 25 May 2006 16:25 GMT | 3 |
I have a multithreaded application that executes several tasks in parallel. Each task involves telnet and FTP connections and each task is executed using a new thread. The overall application is controlled using RMI.
|
| Connect to access | 25 May 2006 15:38 GMT | 11 |
i haven't been doing database related programming for a large period of time. I have forgotten how to connect to a databse. if someone could please do me the favour of giving me an example of
|
| Function for removing Accents? | 25 May 2006 15:22 GMT | 39 |
Right now I have a crude hard coded method using a series of replaceAll's for removing accents and converting them to their approximate non accented equivalents. Included are the Latin AE combo, the German double S etc.
|