| Thread | Last Post | Replies |
|
| JSR-82 , J2EE IDE. | 30 Nov 2005 23:30 GMT | 2 |
I don't know how to develop java programs in PC(WINXP), the netbeans seems to develop J2ME platform, right? I think the JSR-82 should also work on J2SE right? If I have a dongle, I can develop Bluetooth programs as J2ME by a Bluetooth
|
| How to sort in a descending way? | 30 Nov 2005 17:01 GMT | 6 |
I have an array which contains several file names..for example: SBU_2005-11-28_14-38-25.htm SBU_2005-11-28_14-43-48.htm SBU_2005-11-28_14-49-10.htm
|
| "getText().toURL" sent to chat client reports NullPointerException | 30 Nov 2005 16:58 GMT | 4 |
I get a java.lang.NullPointerException when i run my prog. is where i get the error: URL u1=new URL("file",this.hostname,this.hostport,typeField.getText());
|
| problem writing doubles with java filewriter | 30 Nov 2005 16:22 GMT | 5 |
I can write strings fine but can't write doubles. Do I have to close the file and try writing with another method?
|
| Servlet Runner | 30 Nov 2005 12:57 GMT | 1 |
i have used tomcat and run servlets on my comp.. but i would like to use servletrunner to run them.. i have no idea how to do it and one of my frineds gave me the jsdk2.0 which i promptly installed.. i am using jdk1.5 and no idea how to use the servlet runner..
|
| modifying a program | 30 Nov 2005 03:55 GMT | 4 |
PROBLEM: 'Modify the game to allowe the user to specify the difficulty of the game as command line parameters: java HiLo nDicenSides
|
| Signature Capture Applet - Version 2 | 29 Nov 2005 17:26 GMT | 1 |
Signature Capture Applet - Version 2 Can now specify the details to the applet via the PARAM statements. This is much easier than using methods and allows the applet to be used in tables and other places where scripts are a right pain to use...
|
| Help with threads | 29 Nov 2005 15:06 GMT | 4 |
From my class I call compute to get the following done: - create a CalcData object with values for numerator & denominator. - Create an instance of Calculation() - Create a new Thread with Calculation as target.
|
| Java compilation error message. | 29 Nov 2005 05:09 GMT | 3 |
Attempting to write my first java program that accepts user input. When I add the listner events to the code it will not compile. Below is the code along with the error message: Code:
|
| Capturing sound over SB (What you hear) | 29 Nov 2005 00:34 GMT | 1 |
I need help 'bout the sound capturing through Sound Blaster Live. In system (Widows) mixer there's a "What you hear" option (as an input). I found some help how to capture microphone sound using mixer, DataLine, TargetDataLine (I can paste some source) but there's no info about
|
| help needed on inputting - tearing hair out .. please!!! | 28 Nov 2005 23:00 GMT | 7 |
hey guys, i need help with a very annoying problem... i am doing a program where the user inputs whether they think a random number will be higher or lower than their own guess if it is not correct... the problem im having is with the following code:
|
| Tomcat permission to write to Apache | 28 Nov 2005 22:14 GMT | 1 |
I am using Tomcat and Apache. The configuration and set up has already been done before. All the .jsp pages are handled by tomcat and all others are handled by Apache.
|
| (help plz) help me in downloading weblogic latest version | 28 Nov 2005 21:58 GMT | 1 |
Can any one suggest me a url, where i can download the weblogic and Websphere latest versions.and its documentations Thanx all, Prith
|
| applet problem | 28 Nov 2005 21:20 GMT | 2 |
i have an applet problem i have created an applet which his comportment is correct on Mozilla, IE under Linux or windows with Sun VM, but incorrect with Microsoft VM does anybody know if it is possible de specify which VM must be
|
| HashMap with primitive int key | 28 Nov 2005 21:18 GMT | 1 |
I have a class like this: class CustomerOrder { int globalID; ...
|