| Thread | Last Post | Replies |
|
| 1.5 JVM on Windows 2000 Server ? | 09 Nov 2005 07:59 GMT | 2 |
Does anyone know if Sun dropped Windows 2000 Server support with the 1.5 JDK ? Sun's official "system configurations" lists Win2k Pro, but not Win2k Server:
|
| Aiuto! | 09 Nov 2005 06:33 GMT | 4 |
Volevo esporvi i problemi che ho riscontrato i quali non riguardano errori di programmazione ma possibili ottimizzazioni del programma a me ignote. Io sto realizzando un programma che realizza l'arricchimento linguistico automatizzato di un ontologia tramite l'utilizzo di una ...
|
| Finding BCC receipients | 09 Nov 2005 03:18 GMT | 3 |
Is there a way to see if a user (having sent you an email) has bcc'd that email to anyone else? Sun Java WebMail is being used. Mark ******
|
| Applet termination question | 09 Nov 2005 02:46 GMT | 3 |
When the user closes the applet window, destroy() is called, which runs to the end of that method and then program execution terminates... Except if the browser is closed (or was already closed) before destroy() ends, in which case program execution terminates before destroy() is
|
| Web Start anyone? | 09 Nov 2005 02:16 GMT | 10 |
At the risk of a religious war, I'm trying to get feedback on the [longer term] viability of using Sun's Web Start to facilitate Java on the desktop. Years back, we were heavily invested in Applets, which obviously have fallen out of vogue. When Web Start technology became ...
|
| Session Timeout - How to refresh browser from servlet | 08 Nov 2005 23:18 GMT | 6 |
Hi group, I am relatively new to servlets and web development even though I have fairly good Java experience. Here is my question which is straightforward.
|
| javax.usb | 08 Nov 2005 22:04 GMT | 9 |
Does anyone has experiences in using javax.usb with MacOS? Is it possible to use javax.usb with MacOS? If so, are there any documentations or examples for that? Thanks in advance,
|
| Publish Subscribe Framework | 08 Nov 2005 21:22 GMT | 2 |
Anyone have any ideas where I can find a Publish/subscribe framework for Java? I would like something open source but it's not necessary. Christian
|
| Supplier / Sports Item project, Please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 08 Nov 2005 21:13 GMT | 4 |
I have been given a project to do, this is the brief. A sports shop wants to automate its operations using computerised information system. One of the classes needed for this system is a sports item class.
|
| [noob]Doubt regarding Interfaces | 08 Nov 2005 19:55 GMT | 7 |
Can someone please explain the following code snippet I found on the Swing tutorial site. Thanks! Runnable doHelloWorld = new Runnable() { public void run() {
|
| catch url not found in Tomcat | 08 Nov 2005 19:16 GMT | 1 |
Is there a way to catch the Page Not Found exception in Tomcat when user did not typed in the correct page name? I am trying to catch it and then redirect the user to my home page. Thank you.
|
| StreamConnection / StreamConnectionNotifier problem. | 08 Nov 2005 18:58 GMT | 2 |
To create a server connection: we have to do: service = (StreamConnectionNotifier) Connector.open(url); con = (StreamConnection) service.acceptAndOpen();
|
| Strange Audio Problem | 08 Nov 2005 17:06 GMT | 4 |
I have this problem that seems to be very strange and I can't find a solution to it. What I want to do is just to get the length (duration) of an audio file. I do this by utilising AudioSystem.getAudioFileFormat(). When I set up a test program that I
|
| How stable is 1.5? | 08 Nov 2005 16:15 GMT | 6 |
I've got Java 1.5.0_05-b05 running on Windows XP and Windows 2000 and it's starting to through a lot of "An unexpected error has been detected by HotSpot Virtual Machine" errors after a bit. Is it worth switching back to 1.4.2? I'd rather not because it means recompiling classes.
|
| Bug tracking tools for Java app | 08 Nov 2005 16:04 GMT | 4 |
We're looking for a simple bug-tracking app. Jira looks cool, but it's not cheap. Bugzilla looks complicated. Any suggestions?
|