| Thread | Last Post | Replies |
|
| what did i install wrong? | 06 Oct 2004 21:53 GMT | 2 |
Ive been working on a space invaders game at school, i took it home today, and tried installing jcreator, upon execution of my game class i got this error. http://www.geocities.com/xpirimint/cs3/error.JPG
|
| java file searcher | 06 Oct 2004 21:20 GMT | 2 |
I need a Java program that accepts an input from the keyboard and then searches for files on the c:/ that have the same name as that string input. Any help would be appreciated.
|
| documentation for generics | 06 Oct 2004 20:41 GMT | 2 |
Does anyone know of any tutorial documentation on generics? All I can find is Bracha's 7/5/04 paper, which is very brief, and hard to understand in some parts. It's clearly time for a 4th edition of The Java Programming Language, but I can't
|
| What is the difference between JMS, SOAP and RMI ? | 06 Oct 2004 15:39 GMT | 5 |
I am not sure about the differences between the three java message protocols mentioned in the subject. Ok, they are different protocols but what are the (dis)advantages of each (particularly betwen JMS and RMI)? Anan
|
| Japanese glyphs -- canDisplayUpTo() and getStringBounds() | 06 Oct 2004 13:06 GMT | 2 |
I am running Java 1.4.2 on Mac OS X 10.3.4 -- I have some code that displays Japanese text into a JPanel. The glyphs are painted legibly in the panel, despite the fact that "font.canDisplayUpTo(s)" is returning 0, which should indicate that the font does not carry
|
| Updating Swing Window While Doing Work With Threads | 06 Oct 2004 12:19 GMT | 7 |
I've been having problems with different versions of this situation. This is the newest variation. I know I need to use Thread to create a parallel thread so when I want to update Swing components AND do something else, I have to put the other stuff in a thread. But that isn't ...
|
| Some ANT questions | 06 Oct 2004 03:48 GMT | 2 |
I have some ANT questions. Please answer them. 1) I want to set a property's value to an environment variable's value. I have been able to do that : <property environment="env"/>
|
| Java Sockets not closed properly? | 05 Oct 2004 18:02 GMT | 1 |
Dear comp.lang.java.help readers, I've run into a problem, where Java doesn't seem to behave correctly. I wrote a program, that has to open many HTTP connections to many different servers, sometimes getting multiple documents from one server,
|
| AICC Appendix B (SCORM) Implementation Suggestions | 05 Oct 2004 17:07 GMT | 1 |
Can someone please provide some suggestions/reccommendations as to a good solid AICC Appendix B (SCORM) implementation? I think that the hardest part is trying to get client-cached data to the LMS database in a *reliable* manner. Should I use javascript alone for the API - if
|
| tomcat5+apache2+mod_jk2 | 05 Oct 2004 16:27 GMT | 9 |
Hi Anyone encounted the same problem as mine. he is my setup solaris 9, apache2, mod_jk2 and tomcat5. I am running into problems configuring mod_jk2 to talk to apache and tomcat.
|
| Please help with thread problem | 05 Oct 2004 14:06 GMT | 2 |
Hi, I need to execute a program from an other and I use this method: public class P1 { public static void main(String arg[]) { new Thread(){
|
| HTTP - Connections not properly closed, please help | 05 Oct 2004 10:31 GMT | 2 |
Dear comp.lang.java.help readers, I've run into a problem, where Java doesn't seem to behave correctly. I wrote a program, that has to open many HTTP connections to many different servers, sometimes getting multiple documents from one server,
|
| FOA Andrew Thompson | 05 Oct 2004 03:24 GMT | 2 |
Hey Andrew, Just wanted to let you know that I've discovered a weirdo with my home computer. I managed to successfully compile/run my Java app yesterday on our lab computers, and when I brought it home I couldn't run it again. So I
|
| Recursion and JTextArea's | 04 Oct 2004 23:34 GMT | 3 |
How can I get the returned printout values from a recursed method and have them sent to a JTextField ? At present all I'm managing to give the JTextField is one recursed value instead of anything greater than one.
|
| java5 and jeditorpane | 04 Oct 2004 18:00 GMT | 4 |
Well, I've just moved to java1.5, recompile my app and got this exception on JeditorPane, while I'm trying to display an external html page, what's happened?? Any aids ?
|