| Thread | Last Post | Replies |
|
| PhySci.codes pages are broken | 12 Oct 2007 08:45 GMT | 4 |
Home page http://www.physci.org/codes/ and its sub-pages are broken at JSP codes execution. Like this: <quote> New! <%= pglink.getLink("", "source", PageLinks.LINKS) %> of the Java
|
| NetBean become very slow ... | 12 Oct 2007 08:35 GMT | 1 |
Hi, All: Recently I'm using the Sun NetBean IDE 5.5.1 in Windows, and I found it'll become very slowing when long time no operation then open it. In task manager if long time no use then use the NetBean, the memory will
|
| Accessing the name of the CLASS/JAR file invoked | 12 Oct 2007 07:14 GMT | 9 |
I am trying to pack all my files into a JAR - this includes CLASS files and other textual files such as help, std configs, etc. I would like to be able to extract them from the Java app straight out of the JAR - and for this I need to know what the name of the JAR file
|
| [applet] handle wrong jre | 12 Oct 2007 07:11 GMT | 5 |
I have an applet written with java5. Suppose someone tries to execute it with a jre4. java console will print a system exception. But how can I handle that exception properly and show a user friendly
|
| Sockets - Checking For Dropped Connections & close() | 12 Oct 2007 04:07 GMT | 12 |
What is the correct way to determine if a socket to which you were connected has been closed, either by implicitly calling close() on it, or because the code that created it has been terminated? This, for example, does not do what I believe it should:
|
| NetBean become very slow ... | 12 Oct 2007 04:01 GMT | 3 |
Hi, All: Recently I'm using the Sun NetBean IDE 5.5.1 in Windows, and I found it'll become very slowing when long time no operation then open it. In task manager if long time no use then use the NetBean, the memory will
|
| BufferedReader.readLine() blocks unexpected | 11 Oct 2007 22:41 GMT | 10 |
I have a method where i will handle an Input/Output Stream from a ServerSocket. The Client sends several requests and these should be handled in one connection. The first request is handled as expected but the seconds request is
|
| jarsigner to use remote keystore | 11 Oct 2007 22:23 GMT | 1 |
we are trying to access a PKCS11 keystore (smartkey) over the network and using that to sign the jar using jarsigner.
|
| Embaressing Question >.< | 11 Oct 2007 22:20 GMT | 7 |
Hullo, Now, your all going to laugh i know it but: What is the technical name for the if statements that look like ((argument) ? answer : answer);
|
| chopping of string | 11 Oct 2007 21:52 GMT | 47 |
i need a method which will take a string , if the string has more than 30 chars then it will chop that big string into chunk of 30 chars seperated by <br> tag in them. how to do it ?
|
| Unable to create directory | 11 Oct 2007 21:37 GMT | 16 |
I`m trying to create a directory for each URL string read in from a file. However, one of the directories cannot be created, but the other can. Neither exist at the start. No exception occurs. Am I missing something obvious? (I have not used mkdir before.)
|
| State pattern question | 11 Oct 2007 21:18 GMT | 3 |
We use the state pattern to get rid of plenty of if-if else -statements. In each concrete state we need to access id's that can be created in any state. All concrete states ( for this conntext) needs to access id's. I don't want to create an instance for containing id's and pass ...
|
| Detecting selected text change in a JTextArea | 11 Oct 2007 19:12 GMT | 1 |
I would like to detect any selected text change in a JTextArea, wether the selection changed using the mouse button or the shift+arrow keys. Is there a way to detect that? CJ
|
| Add a computer language to Netbeans | 11 Oct 2007 15:18 GMT | 1 |
This may be a simple question. I searched in Google but I think I am using inapropiate words for the query and I don't get what I want. How can I add a syntax highlight for a new language, in my case X3D, to Netbeans?
|
| Applet security restrictions and aliased domains | 11 Oct 2007 13:34 GMT | 3 |
I recently changed web hosts. My former host did not have support for Java. As a work around, I created an applet that opened a connection to a cgi script. The script dynamically created an html file and returned the address of the file back to the applet, which opened the
|