| Thread | Last Post | Replies |
|
| Norton Internet Security 2010 v17.5.0.127 Final | 28 Feb 2010 15:08 GMT | 2 |
Norton Internet Security 2010 v17.5.0.127 Final download all antivirus programs 2010 free now Avira AntiVir PersonalEdition 8.2.0.334 http://alagmysoft.blogspot.com/2010/02/avira-antivir-personaledition-820334.html
|
| Does launching an applet via JNLP work on Linux at all? | 28 Feb 2010 09:11 GMT | 34 |
My applet is launched using a JNLP file (by specifying the jnlp_href parameter in deployJava.js) and this is working very nicely on most browsers on Windows but when I tried it on Linux (Ubuntu 9.10 and Firefox 3.5.7) it doesn't launch with the error being that it was unable to ...
|
| Twitter warns their users about Phishing attacks | 27 Feb 2010 20:07 GMT | 1 |
Couple of days ago we heard that there was a phshing attack in Twitter, with people you are following sending personal messages asking you to click on a link that promptly took you to a new landing page where you are asked to sign in to Twitter.
|
| Comparable loses its interface powers. | 27 Feb 2010 11:44 GMT | 18 |
If Comparable were just an ordinary interface you could say things like this: Comparable a = "abc"; Comparable b = Double.valueOf ( 10.0d );
|
| an enum question - how to convert enum type to a string? | 27 Feb 2010 04:52 GMT | 13 |
I am new to enum. Suppose I have the following enum packcage A.B.C enum CarModel {
|
| Error message I can't figure out | 27 Feb 2010 04:51 GMT | 11 |
I'm running a J2EE app in Weblogic. The app works, but I keep getting this error on the console: java.rmi.MarshalException: failed to marshal update(Lweblogic.cluster.replication.ROID;ILjava.io.Serializable;Ljava.lang.Object;);
|
| NullPointerException | 26 Feb 2010 20:15 GMT | 18 |
Does java NullPointerException always cause crash? Thanks.
|
| launch the default application for a given file from Java? | 26 Feb 2010 10:52 GMT | 1 |
How to open the file from java Desktop-application using the default Windows application? Except the variants: JDIC and java.awt.Desktop and Runtime.getRuntime().exec().
|
| Creating Heap dump , jmap or any other way ? | 26 Feb 2010 10:36 GMT | 1 |
Hi gurus, I want to do heap dump analysis to find out what comsume our 3GB heap. We areusing Linux and SUn JVM 1.5.0_15 64 bit I try to use jmap, but it gave me this error :
|
| Milenko Kindl and America's Worst French Fries | 26 Feb 2010 00:48 GMT | 3 |
Milenko Kindl In spite of the name, French fries are practically an American birthright. They’re offered as the first choice side dish with nearly every fast-food and sit-down chain meal available. But here’s the
|
| Java app installer | 26 Feb 2010 00:12 GMT | 13 |
Looking for a (ideally) freeware installer for my applications so the user can just hit "Install" and they get put in the correct folders (XP) with desktop icons associated. Nothing complex required - no registry stuff etc.
|
| Java crash | 25 Feb 2010 23:26 GMT | 7 |
I have java program that keeps crashing. Below are the errors in log: --------------- T H R E A D --------------- Current thread (0x10924400): JavaThread "Thread-1" [_thread_in_native, id=2220, stack(0x10b50000,0x10c50000)]
|
| Problem running my java app on Netbeans | 25 Feb 2010 23:19 GMT | 9 |
I am using a computer with 6.0g ram, on Windows Vista Business 64-bit. In Netbeans, I have set my VM Options to -Xmx1g. It works. If I set the vm options to -Xmx2g it does not work. I get this error: Error occurred during initialization of VM
|
| Enum.values( ) API Documentation | 25 Feb 2010 20:03 GMT | 23 |
Howsagoin, I know what the class method values( ) of enum classes is for, but don't seem to be able to find the API in the API documentation on
|
| Testing Java | 25 Feb 2010 18:08 GMT | 10 |
I'm worried that my knowledge of industry standard testing procedures for Java is getting a bit out of date. Can anyone refer me to a website that focuses on testing for Java code and that describes the best practices and tools for doing that testing?
|