| Thread | Last Post | Replies |
|
| Could you comment on my little program? Thank you! | 21 Sep 2006 13:35 GMT | 8 |
I have finished my little gui program. Code is pasted below. Two things I feel proud about my code: (1)I wrote one class JMenuPower, subclass of JMenu. I can put objects of JMenuItem, which will 1)automatically register ActionListener to "this"
|
| hibernate: multiple datasources, one transaction | 21 Sep 2006 13:31 GMT | 2 |
i need to update/modify more than 1 db (on different machines and with different dbms) so that if one of these actions doesn't work i can roll back on all the databases involved. any idea about how to achieve this goal?
|
| info Eclipse3.1 | 21 Sep 2006 13:12 GMT | 2 |
hai, I installed Eclipse3.1 but in that no option of server. I want write a programs servlets & JSP's in Eclipse3.1 . what i'll do.
|
| Which is wrong about Generic, eclipse or javac ? | 21 Sep 2006 12:55 GMT | 2 |
The following code is OK with eclipse (3.3M1). <code_1> // This is simple example. <T>T test(String name) {
|
| Bootable java application | 21 Sep 2006 10:54 GMT | 1 |
Does any one know how to make a bootable cd that automatically loads an java application on startup? I wrote a java program that do monte carlo simulations (going to use to train a neural network). Unfortunatelly it would take weeks to run on
|
| IDE Comparisons? | 21 Sep 2006 09:28 GMT | 1 |
Are there any comparisons of open source Java IDEs, such as Eclipse, NetBeans, JDeveloper, etc? Steve
|
| Eclipse and ant | 21 Sep 2006 09:23 GMT | 1 |
Hay anyone I have a problem running my java program from Eclipse. I can run it throw a bat file from a shortcut, but I don't know how to get it running frm Eclipse.
|
| Java .class to .exe | 21 Sep 2006 08:31 GMT | 7 |
Is there any way I can create a .exe file from a java .class file? I know it undermines the platform independence of java. But, I have my justification to do so. So please please help me.
|
| Process p = Runtime.getRuntime().exec(String cmd) not reading input stream on Linux | 21 Sep 2006 07:05 GMT | 3 |
I'm attempting to use this code on Linux, and only an empty String is being logged. I tried this with String line = input.readline() and I'm getting other debug stmts. I get the response on Windows, but not Linux. What am I missing?
|
| Java Cellphone | 21 Sep 2006 05:27 GMT | 1 |
I got ghosts and goblins game for cellphone in Java. ghosts.jar. I converted the file to .prc with Jartoprc from IBM. The program works fine since I has tested both separately. But when I execute the prc in a Treo 650 I get error like this:
|
| Java Question | 21 Sep 2006 05:11 GMT | 24 |
Which of the following would be the best choice to make a class constant of the class Tortoise? A. Weight B. Number of Legs
|
| Have you seen the Javapolis 06 Video yet? | 21 Sep 2006 04:13 GMT | 2 |
http://www.javapolis.com/JP06/campaign/index.php Hilarious.
|
| Observe a Java Program during runtime | 21 Sep 2006 02:31 GMT | 1 |
I have just downloaded an open-source project in java and i am trying to understand it and analyse it, in order to use it for my own work. For this purpose I just want to observe how the program behaves during runtime (i.e. which objects are instantiated, which methods are
|
| Test - please ignore | 21 Sep 2006 01:39 GMT | 2 |
|
| Applet calling EJB? | 21 Sep 2006 01:00 GMT | 2 |
Are there any ways that Applet would call an EJB running in J2EE application server? I'm looking for solution where client's Applet running in user's browser would load minimum
|