| Thread | Last Post | Replies |
|
| Reading HDD serialNo | 01 Apr 2006 00:05 GMT | 7 |
Could you help me please to find out how to read the harddisk serial number in java ? Thanks a lot!!
|
| class file | 31 Mar 2006 23:26 GMT | 4 |
is it possible to re4trieve code from class files........ reply soon.......
|
| Classloader isolation and Manifest Class-Path headers | 31 Mar 2006 23:26 GMT | 1 |
I have hit a brick wall here. I have a system that loads modules. Each module is represented by a jar file. Each jar file is loaded by its own URLClassLoader whose classpath is simply that jar file and nothing else.
|
| Eclipse standalone RCP plugin application does not start in WinXP | 31 Mar 2006 22:33 GMT | 4 |
I created a standalone RCP application by following the steps described in http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html The application starts OK when I start it from the plugin.xml or I launch the product from within Eclipse (3.1.1).
|
| listen to an existing browser | 31 Mar 2006 21:46 GMT | 1 |
I am working on an existing implementation which uses Runtime.getRuntime().exec("rundll32 url.dll, FileProtocolHandler " + "http://www.login.website"); To point to an url when a user has performed an action on the Java
|
| ant - using conditions with in a target | 31 Mar 2006 21:16 GMT | 8 |
Is it possible to use a condition within a target? I have a target that contains some steps that only need to be run if a certain condition exists. I know how to set a condition property but how can I use an "if" to
|
| RealBasic to Java interface help | 31 Mar 2006 21:15 GMT | 2 |
I have a program that I made in RealBasic for Mac OSX that I would like to translate over to Java. I have the code pretty much done, and the interface is working out nicely. The only problem I am having is that the original program is very much dependant on the Timer control.
|
| So I stumped you? Classes available to the ClassLoader... | 31 Mar 2006 21:02 GMT | 8 |
The nearest thing I can figure is to create a manifest of all classes available. This solution obviously has its drawbacks, as the list would have to be maintained by hand. Why would I do such a thing? The idea I am pursuing is a genetic
|
| JNI FindClass(java/lang/string) causes core dump on AIX 5.2 | 31 Mar 2006 21:00 GMT | 2 |
I have a sample program, please see below. This program exe runs fine with JRE 1.4 on AIX 5.2. But same exe causes core dump with JRE 1.5 on AIX5.2. Any idea why this should happen?
|
| Exception in thread "main" java.lang.UnsatisfiedLinkError: getProperty0 | 31 Mar 2006 20:01 GMT | 4 |
J2ME Programming Issue on VM: 1.5.0_06 Hi guys, I have tried to run the following codes (compiled with no problem) from an IDE (JCreator LE) and i got the following exceptions. However i managed to run it on the sun java windows tool kit's
|
| Communicating with a Windows mfc application | 31 Mar 2006 19:58 GMT | 2 |
I know this totally disrupts portability, but I'm in a dire need to communicate with a Win mfc application. i have a swing java program with a Timer thread. In this thread I need to set tasks and to retrieve parameters to a Windows mfc application
|
| Ravi | 31 Mar 2006 19:07 GMT | 4 |
I want to known about the internall architecture of JVM,JDK. How the communication happened between internal componenets of JVM. Any links or PDF available for this. Thanks in Advance.
|
| Struts - validating foreign characters | 31 Mar 2006 18:55 GMT | 1 |
I need to validate my web app to allow both english and european characters (anything else I'll reject). I can do it by allowing individual characters in the mask i.e.
>From validation.xml : |
| Merging two or more pictures into one? | 31 Mar 2006 18:47 GMT | 3 |
I am working on a project and was asked to find out if the following is possible. I hope this is the right group to ask. If anyone can point me into the right direction, i would be very glad. Okay, this is what is needed:
|
| Java Socket Programming | 31 Mar 2006 18:24 GMT | 3 |
Hi, I'm a 2nd year undergrad with a personal project on my agenda. The project I've been working on is a ChatApplication under the Client/Server Architecture, which is still in its early stages. I'm new to Socket Programming and have been putting in efforts to dig up
|