| Thread | Last Post | Replies |
|
| Error:Loading java applet failed | 05 Dec 2006 14:44 GMT | 6 |
I have the netbeans IDE5.5 in my system and redhat9.While i run my plugin or beans program in JSP the output you see an image that looks like a small white box with a Red X in it. Or, the browser cannot display the chat applet, and shows the error message "Loading Java
|
| for mutual exclusion of n processes - algorithm. | 05 Dec 2006 13:50 GMT | 1 |
Hi, I'm looking for some algorithm of mutex for n processes and I found only Lamport's Alg. There are at least 2 more algorithms: Peterson and Dekker. I found algorithms only for 2 processes, but I need one more for n. If you know any other algorithms or know how to implement one of
|
| error java script enable | 05 Dec 2006 12:33 GMT | 1 |
I am sageer my pc problem plz suggestion error java script enabls errro my rapidecs file download jab mai gmai sai rapidecs file download karta hu tho systeam per ya error ata hai plz
|
| "Script" GUI? | 05 Dec 2006 09:52 GMT | 4 |
I am NOT talking about JavaScript. In UNIX there is a command called "script" which records everything you typed, includes the error messages display on screen. When you exit the
|
| How to get the server os name and version | 05 Dec 2006 09:38 GMT | 2 |
I am a new bie in programming with java. I have an applet in which I need to display the OS running on the server. Please let me know how to get it. I used System.getOS() but this returns the clients OS.
|
| JSSE & SSL | 05 Dec 2006 08:55 GMT | 4 |
What would be the easiest way to connect via HTTPS to a server and check their SSL certificate properties with Java? I would just like to query or parse the information on the certificate, such as when it is about to expire, what's the fingerprint on it etc.
|
| How to complie | 05 Dec 2006 08:54 GMT | 4 |
Greetings , I am a newbie java learner , stepped from basic C knowlage to java at my universty and sadly due to I was sick I missed the latest course . I am seeking explaining about what this small program do and how to complie it. When I try to complie it at terminal i am getting
|
| I need help urgently. | 05 Dec 2006 07:14 GMT | 5 |
Guys, i need a way so that i can mask the password on my program. I want the password to appear as **** or something like that. I cant use applets, awt or any other thing beyond our ICSE Std X syllabus. Threads would be OK i guess but pls try avoiding it. Plz help
|
| hash two keys to one index | 05 Dec 2006 03:27 GMT | 22 |
I need to figure out how to map two different keys (a string and an integer) to the same index. I don't even know where to start... but I don't want two copies of the the hash table. Any ideas?
|
| Threads - petersonproblem | 04 Dec 2006 23:30 GMT | 4 |
Hi, I try to implement Peterson algorithm in java. That is very easy. Here you are: class Peterson { private int turn;
|
| Building a Generic Bean | 04 Dec 2006 23:09 GMT | 4 |
Ok, this is complicated... Can I build a bean which I can't know the names and number of fields it will have from advance? I thought about two general solutions:
|
| Spring/Tomcat/Ant/Java development | 04 Dec 2006 22:59 GMT | 3 |
I am trying to build my first application with the Spring framework, Apache Tomcat and Ant. I am having trouble accessing the application. When I try to build it with Ant I get this error: /home/workspace/springapp/build.xml:78: taskdef class
|
| Eclipse issue w/Java imports, doc comment links, and type parameters | 04 Dec 2006 22:38 GMT | 2 |
This is unexpected behavior and a problem: I have a sourcefile where one of the doc comments contains: {@link ETF#getIteratorInstance(Options, Parameters) ETF.getIteratorInstance}
|
| Some guidance | 04 Dec 2006 22:11 GMT | 2 |
I manage a group of 23 developers for a large insurance company, responsible for in house applications to support business needs. We are looking at transitioning from RPG and DB2. We want to keep the data in DB2 for at least a while, but we want to start developing the
|
| How to create an object of a given class NAME? | 04 Dec 2006 20:43 GMT | 9 |
I got the following piece of code: static private Idiom determineIdiom(Locale region) { if (region==null) region=DEFAULT_REGION; String language=region.getLanguage();
|