| Thread | Last Post | Replies |
|
| Breaking from a static initialization block | 08 Mar 2005 05:50 GMT | 2 |
Is it possible to break out of a static block early depending on some condition within the block itself. Fankx, Gerard.
|
| Setting up jdk to work on win xp pro machine | 08 Mar 2005 01:45 GMT | 3 |
I just installed jdk2 release 1.4.1 and I set the variables under User environment variables as Variable: JAVA Value: C:\j2sdk1.4.1\bin
|
| Is Hashtable synchronised? | 08 Mar 2005 00:53 GMT | 17 |
From the doc for java.util.Hashtable: As of the Java 2 platform v1.2, this class has been retrofitted to implement Map, so that it becomes a part of Java's collection framework. Unlike the new collection implementations, Hashtable is synchronized.
|
| Table Model | 07 Mar 2005 23:22 GMT | 3 |
I have reviewed the examples in the Java Tutorial concerning the use of a Table Model, but I have'nt noticed exactly where you name, or specify the table (ie a file) to be used. Have I missed something?
|
| java program silent exit | 07 Mar 2005 22:46 GMT | 3 |
I have a java program that makes silent exit sometime, i.e., it doesn't print out any error information when it exit. The program was designed to repeatedly read the content from a web server by changing a query parameter. The URL reader code is based on the simple java.net.URL
|
| too jar files for one applet | 07 Mar 2005 19:52 GMT | 2 |
Hi, I have a Applet which is dependent on two jar files. Here is my html: <html> <body>
|
| Text Box Action Listener | 07 Mar 2005 19:49 GMT | 1 |
How do i get a text box to read to a file through an action listener? Conor
|
| General Guidelines about Java Application | 07 Mar 2005 19:44 GMT | 1 |
Can anybody give me general guidelines about developing a professional Java Application? I mean what things must be take into account while coding a java application?
|
| how to get threadName from threadID? | 07 Mar 2005 19:19 GMT | 4 |
I would like to get a threadName from a threadID. I would like something like "getThreadNameFromThreadID" in the line here: String threadName = System.getThreadNameFromThreadID(long threadID); It doesn't seem like this is available in java 1.4.2. Any suggestions?
|
| Cannot run OpenJMS in SuSE 9.2 | 07 Mar 2005 18:35 GMT | 1 |
I downloaded the latest OpenJMS (0.7.6.1) but when I try "./openjms.sh start", the following exception is thrown (note the IP address 192.168.0.88, though my IP is 192.168.0.60): OpenJMS 0.7.6.1
|
| hangman | 07 Mar 2005 18:22 GMT | 1 |
Hey guys, I'm new to j2me and I would like to develop a hangman game are there any tutorials available online to tech me specifically how to do this. Salim
|
| Same variable on every JSP page | 07 Mar 2005 18:04 GMT | 1 |
I'm just a beginner with JSP so excuse me if this is a 'stupid' question. I'm building an Application that uses MySQL database everything works ok, but I would like to know if there is a way to have a variable that I can use on
|
| Does US Patent 863 enable Web O/S? | 07 Mar 2005 16:52 GMT | 3 |
(second of three postings for May 31 deadline on Open Source offer) I've developed a new form of client-based, secure 'Web Memory' that uses the JAVA or dotNET VM to launch a 'terminate and stay resident' program fragment that maintains persistence between web
|
| Is There a Keyboard Event Listener? | 07 Mar 2005 16:32 GMT | 10 |
I've written Java programs that interface with my mouse using the <MouseListener> and <MouseMotionListener> interfaces and the <MouseEvent> class. Is there a way to write a listener for keyboard entries, so that pressing a key on the keyboard causes an event that I
|
| SAX Parser and <?xml version="1.0" ?> | 07 Mar 2005 15:04 GMT | 2 |
I have produced a SAX parser using Xerces to scan some external XML documents. It works okay except when the file contains "<?xml version="1.0" ?>". If this is in the file I get the error: [Fatal Error] :4:6: The processing instruction target matching
|