| Thread | Last Post | Replies |
|
| SSL command line | 07 Aug 2005 16:36 GMT | 2 |
For jdk1.5 update 3. This work: java -Djavax.net.ssl.keyStore=mySrvKeystore -Djavax.net.ssl.keyStorePassword=121212 myclass
|
| How easy is it to reverse engineer a java program? | 07 Aug 2005 12:37 GMT | 12 |
I am principally a free-lance hardware designer, but when I work for customers I often write utilities for automating various tedious parts of the design flow. (I used to do this in perl, but in some cases Java proves more portable and always has the XML libraries available, ...
|
| Code fix needed | 07 Aug 2005 09:41 GMT | 5 |
public class EvenOddCount { public BufferedReader openRead(String fileName){ try{ File file = new File(fileName);
|
| Functions called in a finallize | 07 Aug 2005 02:45 GMT | 1 |
Im doing a program that connects to a database and I want to put disconnect function in the finalize method in the class that does the communication to the database. Is that a good idea ( seems like this 'destructor' does not work. Any good ideas how to do that?
|
| about java certification course | 06 Aug 2005 19:57 GMT | 3 |
I want to know the certifications available in Java. And the formalities to enroll... And also some tips to get passed it in successfully... What are all the important topics to cover while preparing....
|
| can someone help me? | 06 Aug 2005 19:56 GMT | 8 |
can someone help me with this problem? at least advice on how to start it. thanks Write a Java program that, other than an array and its size, uses no local (other than parameters) or global memory to return the nth
|
| KeyStore Blues | 06 Aug 2005 19:49 GMT | 1 |
After being rather forcefully convinced to use a KeyStore object in my application (since there is an easy way to encode keys, but no way i could find to decode them again), another problem struck. I can read a KeyStore just fine. I can also add Public Keys. But once i try to add a ...
|
| NoClassDefFoundError - Java Studio 10 Installer | 06 Aug 2005 19:36 GMT | 1 |
I am trying to install Java Studio 10 from a downloaded tarball from sun (studio10-sol-sparc-installer.tar). When I run the installer, I keep getting the following error mesg, could anyone tell me how to resolve this problem? thanks!
|
| getOffset question | 06 Aug 2005 18:20 GMT | 2 |
I am not a Java programmer. Several years ago I got VisualCafe and tried to write an applet. I put it on the a web site. I use it every so often and it is working when I try it from my 2 machines. But my friend told me that it is not working on his. So I try it on his and for sure ...
|
| Log4j configuration: how to suppress internal logs from Log4j? | 06 Aug 2005 17:32 GMT | 1 |
I am using log4j (v1.2.8) in a tomcat 5 servlet environment. The log4j output often contains a lot of internal logs about the adding and removal of loggers, i.e.: log4j:INFO Returning existing logger [class xy...] in repository
|
| System.currentTimeMillis() | 06 Aug 2005 15:52 GMT | 18 |
System.currentTimeMillis() retuns current UTC time in MilliSeconds or a time that depends on the current OS and time zone? Thanks a lot!
|
| Adobe GoLive 5.0 | 06 Aug 2005 11:39 GMT | 1 |
Hey, I just wanted to let you guys know that I found a really good deal on Adobe GoLive 5.0. A download version is on sale here: http://store.crmsoftwares.com/adgoli5.html If you don't know, Adobe GoLive is a web-authorizing and
|
| non-static method cannot be referenced from a static context | 06 Aug 2005 08:08 GMT | 17 |
What does it mean and how can I solve it? When I try to compile the application "TaalKeuze" I get this error: non-static method
|
| Skybuck's universal code | 06 Aug 2005 07:58 GMT | 7 |
I have finally figured out what the hell it is I invented :) It's another universal code: http://en.wikipedia.org/wiki/Universal_code I shall name this code:
|
| Colour scheme in an Applet | 06 Aug 2005 05:43 GMT | 4 |
This is a question for the compulsive. How do you best handle a colour scheme for an Applet? ways to consider include: 1. put constants in an interlace
|