| Thread | Last Post | Replies |
|
| Questions about Java Executables. | 01 Jun 2005 12:49 GMT | 3 |
How I can create Win Exe from Java Source (GCJ). If I create a Executable, must installed a Runtime on the client PC, where the Programm Run. Sorry for my Bad English.
|
| model train system | 01 Jun 2005 11:23 GMT | 1 |
how to model a train system to include track and, to begin with two trains. at present i have implemented using a vector two train objects fit into vector at different positions and each has a move method which changes postion +1 and replaces old position with a "empty block". (when ...
|
| Java tools: Is eclipse everything what I need ? | 01 Jun 2005 11:06 GMT | 7 |
In this moment I use only a free version of JCreator as a java editor, but I want learn more about java so I need a powerfull and complete java tool for everything on one place. I was thinking that eclipse with all its plugins maybe can be the tool of that kind. So the question is: ...
|
| jar problems | 01 Jun 2005 08:44 GMT | 3 |
My application is something like this: I have two files: c:\test\a\b\JarTest.class c:\test\c\d\JarMan.class
|
| Using JNI in a Servlet | 01 Jun 2005 05:06 GMT | 2 |
Does anyone have experience with using JNI in a servlet under Windows XP? When trying to do this, it continually fails to load the C library. It works when done in a normal Java program, but not when it's a
|