| Thread | Last Post | Replies |
|
| Desktop app. coms. via sockets - test | 11 Jun 2007 11:45 GMT | 4 |
I want a better (more information feedback) way of launching JWS* based apps. from web pages. This example tests for the problems that would be encountered if using sockets (from the JWS app.
|
| JNI interoperating with .net DLL? | 11 Jun 2007 02:28 GMT | 12 |
How does one get a Java application (JNI) to call functions in this .NET DLL? Essential I can't get the JNI DLL to call the .NET DLL (CLI managed code).
|
| Hibernate: problems with insert and update | 10 Jun 2007 23:46 GMT | 5 |
Hi, I'm having some problems inserting and updating records on my application. The class is Answer. It has a n-1 relation with Question. When I try to save a new Answer or a modified one, I have this
|
| Java ME, why does this code throw an exception? | 10 Jun 2007 08:40 GMT | 3 |
Java ME The code below compiles but it crashes during execution. Look for "<--- crash here" in the code, that tells where the crash occur. The error is a NullPointerException. The problem is that I don't know what causing the
|
| Reference to a class that does not exist | 10 Jun 2007 05:05 GMT | 9 |
I am wondering when it is safe to mention a class that I know will be impossible to load. Specifically, I am writing a Java library and there is another library that has some very useful features, but I don't expect that other library to always be available. I want my
|
| revert to plugin 1.5 | 10 Jun 2007 02:49 GMT | 2 |
I am having trouble with jre1.6 HTTP and HTTPs access do not work in a signed applet. (Actually the problem is intermitent and is filed in the sun bug list). But how can I get rid of the jre1.6 plug in?
|
| setting a specific range for primitive value for the compiler | 09 Jun 2007 19:37 GMT | 7 |
Dear group, Somehow I thought there was something possible like setting a specific range in java, but may-be I am totally confused with other environments I used.
|
| newbie | 09 Jun 2007 19:33 GMT | 15 |
I have been programming in .NET for a number of years now and I would to take start experiment with java. To this end I have downloaded eclipse, but I cannot seem to figure out how to use it. I am initially interested in writing applications for desktops and PDAs,
|
| Tomcat / Httpd configuration | 09 Jun 2007 19:21 GMT | 1 |
I have a tomcat installation hosting 3 application, say http://localhost:8080/app1 http://localhost:8080/app2 http://localhost:8080/app3
|
| Add Web Interface to existing java application... | 09 Jun 2007 19:18 GMT | 1 |
My application is a common java app gateway between 2 system, and we would like to add web interface to manage it. JMX is not bad, but not enough flexible interface. 1- Move the gateway (classes) in one Manager class under Tomcat
|
| Generating Enumeration Types at runtime | 09 Jun 2007 19:09 GMT | 5 |
I need to generate enum types dynamically. I have the enumeration's name and its constant's names, and ordering. Now I want to generate and load a class (via reflection) that implements this type.
|
| tcpmon logging | 09 Jun 2007 19:07 GMT | 1 |
I find the tcpmon utility from apache.org very useful. But is there any way to make the tcpmon to log the http request + response into local file instead of just displaying at the GUI, so it is easier for me to trace later?
|
| how to execute commands from java | 09 Jun 2007 19:03 GMT | 2 |
i m trying to execute a CVS command from a java environment. i m writing this code to create a user. for this i m executing this cvs command "cmd /c cvs passwd -r <username> -a <new-username>" after executing this cmd the command prompt will prompt for a pasword
|
| Coupling in OOP design? | 09 Jun 2007 18:58 GMT | 13 |
Consider the simplfied code below, do you think the design is good, or bad? class Person { ...
|
| Fail to redirect native library's output from console | 09 Jun 2007 18:48 GMT | 11 |
The DLL is c++ wrapping a Fortran subroutine, and called via JNI in the Java Application. I need to read the standard output from Fortran code, and display it to a dialog in Java Dialog. But using I/O redirection :
|