| Thread | Last Post | Replies |
|
| How to convert Java class to exe files for performance? | 31 Jul 2003 15:39 GMT | 8 |
I have developped a java application (no awt involved) for my school research. It's basically a scientific calculation program, which has huge loops. Now it's very slow to run it in java/JIT. I'd like to know if there are some existing free program to translate java
|
| running java on linux | 31 Jul 2003 13:43 GMT | 1 |
To run ajva on linux j2sdk-1_4_1_03-linux-i586-rpm.bin has to be downloaded from sun. Does any linux version come with this utility ? Any free CD's available for the same ? and where ? Sameer.
|
| IDE with code autoformating | 26 Jul 2003 23:49 GMT | 2 |
WANTED: - tiny - fast - smart [one-click code autoformating, like in FlashMX]
|
| netbeans eclipse look and feel | 25 Jul 2003 10:07 GMT | 1 |
is there anyway to change the look and feel of netbeans or eclipse? i currently use eclipse, looks fine, but was thinking of also trying out netbeans, but i seems to have the metal look to it, is there a way to change that, some setting somewhere?
|
| Using Eclipse - Project Configuration | 23 Jul 2003 12:50 GMT | 2 |
I have started using eclipse v2.1. I have a pre-existing source code tree which I want to put into an eclipse project. The directory sturcture of the source code is Source \ com \ foo \ bar and the packages under the Source directory is com.foo.bar. When I imported
|
| CVS Alternatives | 19 Jul 2003 00:11 GMT | 3 |
I've never much liked CVS. Now I frequently use Eclipse's refactoring tools, using a CMS that fights file/directory renaming, let alone refactoring, can't efficiently version jars, pdf documentation and so on, seems like using a Shotgun that fires from both ends.
|
| embed graphics in Javadoc? | 18 Jul 2003 14:35 GMT | 2 |
My documentation would improve immensely if a diagram or graphic could be inserted in the comments which are processed and displayed by Javadoc. Is there an existing Javadoc tag to do this?
|
| main | 17 Jul 2003 18:35 GMT | 1 |
I am a newbie. I just created this java code, for which JBuilder 8 Enterprise generates when build the following message : " Could not find the main class. Will exit program." Can someone advise me on this and also on the runtime configuration settings
|
| Algorithm help | 17 Jul 2003 15:12 GMT | 3 |
The problem: I have a relation R where domain set is: dom R = {A,B,C}, and range set is: ran R = {1,2,3}.
|
| best CASE-tools? | 17 Jul 2003 09:15 GMT | 1 |
What are best (free) CASE tools for Java? (linux) What I have now is only text editor + ArgoUML for UML drawing and thats it. Argo can produce the "skeletons" for java classes from UML but as far as I know it can't produce UML from java code / update UML.
|
| eclipse : java language javadoc | 16 Jul 2003 23:17 GMT | 2 |
I'm still hoping to find a way from within eclipse to bring up javadoc help for the actual java language (e.g hilite keyword such as "synchronized" and hitting sh-f2). Does such a document exist? Has anyone succeeded in doing this?
|
| Windows XP && (SunOne || NetBeans) == NO GO!! | 15 Jul 2003 10:15 GMT | 1 |
I am trying to run either IDE on a compaq laptop with XP + SP1. Both install, but when i try to compile the system crashes. I got 256MB RAM. Have no problems with W2K+SP3.
|
| Looking for a Java applet to do TelNet | 15 Jul 2003 03:05 GMT | 1 |
I am looking for a FREE java applet that will turn my browser into a telnet client. I found "The Java Telnet Applet (JTA)" http://www.first.fraunhofer.de/persons/leo/java/Telnet/ , but this only allows telnet connections with the server hosting the web site and serving
|
| Eclipse : pop up jdk help | 14 Jul 2003 12:43 GMT | 1 |
If you leave the mouse over a system class a yellow popup appears giving short succinct help on that class. However, the window is a fixed size and doesn't show the full help. How does one show the Java API help for classes etc in a more permanent,
|
| Ant: env prop and Linux? | 14 Jul 2003 01:36 GMT | 1 |
For some reason I can't get access to the environment properties on Linux in my Ant build.xml. I realize the Docs say it only works on some platforms, but I'd figure linux was one such platform. Here's the test script (mostly copied from the Ant Documentation)
|