| Thread | Last Post | Replies |
|
| short circuit evaluations | 21 Nov 2005 11:35 GMT | 5 |
Hi all, does anyone have any code that will prove java uses short circuit evaluation e.g. (expr1 && expr2), if expr1 is false it will stop evaluating. Thanks in advance JS
|
| Personal Java problem | 21 Nov 2005 11:07 GMT | 1 |
Because of backward compatibility I want to test my application with the Personal Java Emulator from SUN. The problem is, that the emulator isn't able to start my application. It returns the following error: Can't find class ...<classname>.
|
| JUG | 21 Nov 2005 10:32 GMT | 6 |
I want to know, if there is something in Europe for Java like SANE for unix is ? Some English spoken Java User Group which also maintain some sort of yearly conference, where you can get in touch with other Java freaks ...
|
| Best Java ever | 21 Nov 2005 10:29 GMT | 18 |
I was in a strange thinking mood last night and I was just wondering what peoples opinions were on the best Java program that people have come across? The only qualifying rule is that it is written entirely in Java and when I say best it could be, least bugs, good or unique ...
|
| Making Waves | 21 Nov 2005 08:11 GMT | 12 |
Can anyone point me to some free java sourcecode that writes a stereo sound file that I can play on the Windows Media Player? All I want is something like:
|
| Tomcat newbie question | 21 Nov 2005 05:58 GMT | 1 |
I am trying to setup an webapp with Tomcat. Here is the directory structure I think I desire for my web app: mywebapp mywebapp/build.xml
|
| hi all | 21 Nov 2005 05:54 GMT | 1 |
how to send jsp form (form consists of xml data) to Servlet mediater as ActionServlet. That is.. xml xml jsp----------------------> ActionServlet------------------->Servlet
|
| Writing a Windows JVM launcher program | 21 Nov 2005 04:29 GMT | 12 |
I want to launch a JVM from a tiny Windows launcher application. I have a JDK installed in C:\j2sdk1.4.2_09. I'm compiling/linking by doing: g++ -mno-cygwin -L/cygdrive/c/j2sdk1.4.2_09/lib -o JavaAppLauncher *.o -ljvm
|
| Custom Java sleeper thread not triggering reliably | 21 Nov 2005 04:17 GMT | 4 |
I needed a way for my class to sleep for a specified amount of time, then wake up and perform an operation, in a non-blocking fashion. I came up with the following: //************************************************************
|
| Transfer Code Help Needed for Banking Program! | 21 Nov 2005 01:11 GMT | 1 |
Hi guys, I came here before requesting help. Hope you all remember. Anyway, here is my jsp/java files for this banking system. I'm trying to write code to make a transfer between two accounts, using From and To, and displaying Date & Time, Transferred From, To, FromAccountID, To
|
| Why the name of a file that contains java code should be same as the name of the class that is contained init? | 21 Nov 2005 01:10 GMT | 6 |
Hello Friends! I am new to java area. Why should we give the name of a file as same as the name of the class that is contained in it?
|
| Decoupling musing | 20 Nov 2005 23:31 GMT | 5 |
Not seen this done but it stikes me as a approach that may have some merit. Often a class needs to know nothing concrete about the object it is calling methods on. However sometimes such a class needs to instantiate this very object and yet
|
| Adding a JButton to a panel at runtime | 20 Nov 2005 14:06 GMT | 2 |
I am having a problem adding a component to a JPanel at runtime. My code adds a new JTextField. However it does not appear when I click the add button. The component count of the JPanel does rise by one however everytime I click the add button so the new JTextfield is being added.
|
| Main Menu (switch help) | 20 Nov 2005 12:12 GMT | 2 |
Im currently experiencing some problems in getting the structure correct to enable a user to select between menus. I have chosen to create this menu in main and then allow all flow to other classes from here. Is this considered the correct way of doing this?
|
| Help needed for creating a browser !!! | 20 Nov 2005 10:23 GMT | 4 |
I am currently doing a proj for my diploma and want to create a browser using java. but i heard that java dosnt totally support browser integration or displaying of web sites properly. also i heard of GECKO engine by mozilla which can be embedded , so can i embead it in a java
|