| Thread | Last Post | Replies |
|
| invokeLater and weird race conditions in my swing app | 10 Sep 2007 15:19 GMT | 28 |
I have a swing app that needs to read from a database when building some of its dialog windows and when updating rows in its JTable components. My app seems to be suffering from race conditions. Apparantly randomly it hangs when updating a data model for my JTable.
|
| Wipe utility | 10 Sep 2007 15:08 GMT | 11 |
By Wipe utility I mean http://mindprod.com/jgloss/wipe.html I am trying to find a decent one. I tried the popular 12 ghosts and it turned out to be almost a Trojan. I am looking for one that will zero free space or set it to a constant
|
| solving the browser doens't send unchecked values in request" | 10 Sep 2007 13:42 GMT | 3 |
hi... we have a homegrown framework in which we just discovered a bug, that when the browser doens't send uncheckd fields on the request, our boolean values on our session scoped object do not get updated.
|
| Test java program that use cleartool (clearcase) | 10 Sep 2007 07:39 GMT | 4 |
I have implemented some java code that use the cleartool binary ( clearcase) and parses the output. I have written some juint tests but I cannot use/run them without a clearcase installation ( it is too expensive). Is it possible to write
|
| expctions | 10 Sep 2007 06:36 GMT | 2 |
what must to do when some expctions send ? i use jbulder and it get me allways expction of main or threat and i dont know what to do for sole them.o! t
|
| javax.net.SocketFactory | 09 Sep 2007 08:01 GMT | 4 |
I have tried to subclass javax.net.SocketFactory but the import javax.net* (.* and .SocketFactory) can't be found. I used JDK 5.0_09 and just installed JDK 6.0_02. When exploring the rt.jar, I can't see the package javax.net at all. But it is clearly inside the docs.
|
| java audio capability | 08 Sep 2007 06:20 GMT | 4 |
I have some questions about the audio playing capability of java, - is it great, good, decent or just a marketing ploy? - is it lacking any functionality? or does it play all the regular stuff mp3, wav, ogg etc
|
| When to log? (best practices and localization) | 08 Sep 2007 00:43 GMT | 6 |
I am wondering for some time now: When do you actually make use of some logging tool generally? I need some motivation and benefits. Sure logging is a must for most/all server apps as well as well as apps that have no console to print to.
|
| Can I do the following? | 07 Sep 2007 17:50 GMT | 11 |
Is there a pure java way to find the identity of the web server that the application is running on? A system property? A JMX query? Anything? I want to have my webapp behave differently based on the webserver
|
| Determining the ports are used by which applications | 07 Sep 2007 06:30 GMT | 7 |
When I try to start Tomcat 6.0 service, I got the error: Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start
|
| Precedence of Cast Operators | 06 Sep 2007 16:54 GMT | 2 |
The (cast) operator is one of the features I find ugliest in Java. To me, logically it should come to the right of the expression and operate on the value of the expression evaluated so far at that point. I think I must have a mental block.
|
| Need to clear cache each day since update | 06 Sep 2007 04:38 GMT | 3 |
Since the last JRE update any game I want to play that is a Java based game gives me a blank screen. I have to open the console and delete the cache and restart the game. This is really annoying and is happening on all our PC's. I also cannot view .jhtml site.
|
| Beginner Projects | 05 Sep 2007 16:49 GMT | 12 |
As per the instructions I found here http://mindprod.com/project/projects.html I have decided to start working my way through some of the Student Projects I have found on this site. The creator has stated that "...I would appreciate hearing from you if you decide to implement any of ...
|
| prettyprinter for java | 05 Sep 2007 16:27 GMT | 4 |
Can anyone recommend a prettyprinter for java please? I have seen the commercial jindent at around 80 pounds (160 US dollars) which seems a bit steep IMO. I was hoping there would be an open source one around. I have googled a bit and found some old ones but I think these will
|
| Filter through line in CSV File | 05 Sep 2007 14:11 GMT | 4 |
Hi all. I am currently trying to develop a java program that will allow me to shutdown computers remotely. The program has a CSV file with a list of computer names within it. When I use a combo box to to select a room number I want the program to read the file and then
|