| Thread | Last Post | Replies |
|
| Help with AppletContext.showDocument() method | 24 Feb 2006 20:34 GMT | 3 |
My company is having trouble with the AppletContext.showDocument() method. Our web site (http://www.cengraving.com) allows you to design layouts for engraved items like plaques and name plates. The design feature
|
| Repeated search - logic error | 24 Feb 2006 20:29 GMT | 2 |
goal: try to print an error message if a ticker is not in the file "Tickers". Only 1 error message per ticker, even if there are say, 10, attempts to search for the same ticker. e.g. Ticker file has:
|
| Java 1.5 Class Version | 24 Feb 2006 20:25 GMT | 2 |
Can someone please tell me the version of class files generated from JVM 1.5. In the class file I see the first 8 bytes in hex cafebabe0003002d. Does this mean version 48? Thanks for your help.
|
| Newbe Problem with parameter passing to href in jsp document. | 24 Feb 2006 20:23 GMT | 4 |
I am trying to pass 3 variables in jsp on tomcat 5.5. here is one of my permutations. <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"> <jsp:directive.page contentType="text/html; charset=UTF-8" />
|
| Voip Learning and Translating Tutorial | 24 Feb 2006 20:21 GMT | 2 |
Voip Learning and Translating Tutorial Voice Over IP is a new communication means that let you telephone with Internet at almost null cost. How this is possible, what systems are used, what is the standard, all
|
| My threads keep dying! Exceptions without stack traces? How to debug? | 24 Feb 2006 20:13 GMT | 1 |
My thread factory is groaning under the load. It keeps having to create new threads to replace ones that keep dying. The threads are all identical code-wise, and their run() methods consist mainly of a big try block that calls some other stuff and sleeps and such. The try
|
| Another generics foul-up | 24 Feb 2006 20:13 GMT | 12 |
This compiles: class Foo { boolean foo(Object o)
|
| Recursion Depth in Java | 24 Feb 2006 20:05 GMT | 19 |
Hey guys, I have a question pertinent to how deep I can go with Java as compared with C and whether there is any way to match or at least closely approximate the C depth.
|
| Java app spuriously opening ports | 24 Feb 2006 20:02 GMT | 11 |
A Java app that uses only HTTPUrlConnections to access the net keeps generating prompts from my firewall app that it wants to act as a server -- apparently, a DNS server. This is rather strange. Why is it attempting to open ports, when it's supposed to only retrieve Web links
|
| "the applet is killing my browser" problem | 24 Feb 2006 18:15 GMT | 4 |
i got a friend his jre is 1.5.0_05. The thing is whenever he is having applets running on his machine, all his browser (using i.e.)
|
| Anybody know how to get a JOptionPane input dialog to use JPasswordField? | 24 Feb 2006 17:25 GMT | 2 |
I would like to have a JOptionPane input dialog use a JPasswordField. Anybody know how to make that happen? Thanks,
|
| get SQL statement from PreparedStatement | 24 Feb 2006 17:23 GMT | 11 |
How can I get the SQL statement which will be submitted by the PreparedStatement to the database to execute? Thanks
|
| Restaurant application | 24 Feb 2006 16:10 GMT | 2 |
I'm writing an application for a restaurant. Part of the application is the table scheduling, but I'm not sure how to store the available reservations. If I prefill these for the next year, it is going to take up a lot of space in the database.
|
| Socket functionality on jre 1.6.0 beta b59g | 24 Feb 2006 15:59 GMT | 2 |
OK, it seems that on Windows XP Pro, that Socket has changed significantly, breaking lots of my code. Using "localhost" no longer appears to work to create a Socket object on a port. Have to use "127.0.0.1" instead. Other aspects of Socket
|
| Converting Java projects to dynamic web projects in Eclipse | 24 Feb 2006 15:15 GMT | 4 |
Well, the title says it all - is it even possible?
|