| Thread | Last Post | Replies |
|
| com.sun.net.httpserver.HttpsServer - How To? | 13 Jul 2007 10:06 GMT | 1 |
I am using the mini HTTP server in JAX-WS that ships with JSE 1.6 to build a web service that is embedded in an application. The HTTP server works fine, but the HTTPS server does not. The handshake fails on client hello, with "javax.net.ssl.SSLHandshakeException: no cipher suites ...
|
| Why no "cause" constructors for NumberFormatException | 13 Jul 2007 02:55 GMT | 26 |
IllegalArgumentException implements the (relatively) new contructors that include a Trhowable as a "cause". But NumberFormatException, which extends IllegalArgumentException, does not. Anybody know why?
|
| Functional programming | 13 Jul 2007 01:58 GMT | 17 |
Has anyone here tried any statically-typed functional programming languages that target the JVM? Languages like Scala seem to couple the enormous benefits of functional programming with Java interoperability. However, the JVM provides little
|
| java | 13 Jul 2007 01:46 GMT | 2 |
Do any of you know someone experienced in Java that is interested in a full time job in Tucson, Omaha or Dallas? Company dies not pay relo but has an excellent reputation as a great place to work. If you are interested sheck out www.retaliz.com
|
| how to grantee a user to delete any files? | 13 Jul 2007 00:24 GMT | 1 |
SecurityManager sm = System.getSecurityManager(); sm.checkDelete(dir.getAbsolutePath()); Do the above codes mean the file 'dir' can be delete at any time?
|
| File Reading | 12 Jul 2007 23:14 GMT | 7 |
I was just wondering what the class was called that allowed you to read a file in the form: [blehName] blehMoo = Something
|
| HELP: Java ssh library - unstable connection | 12 Jul 2007 22:46 GMT | 3 |
I am using the com.sshtools.j2ssh.SshClient class in order to connect to a remote machine. Once the remote machine is rebooted this class does not recognize the fact that it is no longer connected (in other words: isConnected() returns an answer of true) trying to disconnect
|
| is such thing like 1E+5 in Java to represent 100000? | 12 Jul 2007 22:40 GMT | 9 |
I need to use some int or double like 100000, or 100000.0. Sometimes the number becomes even bigger. I hate to count those zeros. I am wondering if a more visually form, like 1E+5, available in Java. Thank you.
|
| following simple java questions :) | 12 Jul 2007 22:31 GMT | 1 |
As now I have to use the class Stack and use it for a class Symbols. The thing is, the class Synbol is defined in other package, so I get unrecognized symbol 'Symbol'. ;). What are solutions to this ? Should I use more generall type in Stack like Object (since every class inheriths ...
|
| hi | 12 Jul 2007 22:06 GMT | 3 |
hi how ru ?plz tell me i m adding some persons but didi not add plz tell wht problem is it ?
|
| Loading Data in separate class | 12 Jul 2007 21:51 GMT | 2 |
Hi everyone, i am having a little trouble, i am relatively new to java and I am having difficulty with a little methodology. I am using the java excel api to import some data from excel into a routine for some data analysis. Below is a section of the code which
|
| inheritance in java - simple question | 12 Jul 2007 21:39 GMT | 6 |
I have to implement a simple class hierarchy : List (two directions ;)) / \ / \
|
| Where to find good code examples on Struts framework | 12 Jul 2007 20:52 GMT | 1 |
Hi, I'm relatively new to struts programming and would like to know if anybody can suggest sites to find some good code on Struts implementation in Web page designing??
|
| Suggestions to make cleaner code | 12 Jul 2007 18:35 GMT | 9 |
|
| Timezone problem in Fedora Linux | 12 Jul 2007 18:33 GMT | 9 |
I'm having a problem with the time in Java. I running Fedora 7 and Sun's JDK 1.6.0_01. The time is one hour early and the timezone shows GMT-0800 when it should be -0700. Any ideas? [root@localhost tzupdater-1.2.1-2007f]# cat test.java
|