| Thread | Last Post | Replies |
|
| Converting default encoding for windows to utf8 | 20 Jun 2005 18:30 GMT | 2 |
I want to run a program in java, which needs to understand utf8 encoding, when i run from the command line the conversion of text files take place through ANSI encoding thats why I dont get the desired output. I need to basically translate text files dealing in Hindi,
|
| NFS, new class versions and class loading | 20 Jun 2005 17:08 GMT | 1 |
I have a bunch of experimental servers running while at the same time I keep developing the software. Currently this amounts to small changes only --- whatever 'small' exactly means in that case:-)
|
| java.net.URL | 20 Jun 2005 17:03 GMT | 8 |
Hiya all have a question, anyone a wiz on java.net.URL?? <code> try{
|
| implementing remember password in tomcat server jdbcrealm | 20 Jun 2005 15:56 GMT | 1 |
need to implement "remember my password " simiar to one in google or any other website where the site would allow to let the user log in without asking for credentials. iam using tomcat 5.0.18, JDBCRealm. i got some idea that i might have to store the userid/password in the
|
| MULTIPLE INHERITANCE IN JAVA? | 20 Jun 2005 12:12 GMT | 5 |
this is my first post since i joined the group a week ago. I m working with java for a year now since i come from a C++ background i can't help comparing the two languages. While studying for java i found many books stating that java does not
|
| How to save an image from an java Animation/Applet | 20 Jun 2005 09:35 GMT | 1 |
i have a java applet that randomly genrates some points/pixels according to an equation. The applet is working fine but the problem is how do i save it as an image (for my presentation). I have to save various stages as images for comparisons in my report.
|
| Properties | 20 Jun 2005 09:34 GMT | 3 |
I have a properties file access.properties and i try to add something to this empty file. I use this code : Properties properties = new Properties(); try {
|
| Object count in JVM for struts Action | 20 Jun 2005 09:19 GMT | 2 |
Hello group, I want to make a discussion on count of object formed in JVM for struts action. My question is: when we use action class to perform some action in
|
| NIO | 20 Jun 2005 08:49 GMT | 12 |
I have a little test server and client application. The client connects to the server, sends 10 bytes, then exits and the socket closes. When the server tries to read these bytes I get an error:
|
| New to Java | 20 Jun 2005 08:30 GMT | 7 |
I'm sure that most of you programmers in this groups could consider yourselves zealots of the computer culture and especially in the realm of programming. However I'm not as lucky. You see, I've been particularly interested in programming for at least a year now, I've
|
| native executable & jre | 20 Jun 2005 07:24 GMT | 2 |
If I convert a .jre file to a windows native executable .exe then do I need to (1) link the .exe to the .jre, or (2) put the ,exe and .jre in the same folder? Thank you very much!
|
| final on objects | 20 Jun 2005 05:10 GMT | 7 |
is it normal that the compiler doesn't complain when I execute a modifying method on a final object? Does final only mean that the object simply isn't being modified?
|
| Alternatives to hardcoding a password into the source code | 20 Jun 2005 02:16 GMT | 6 |
I've written an application that connects to a unix box from windows via ssh. I use public/private key authentication to do so. The private key is embedded in the application jar file. The private key is password protected. The password for the private key is hard coded into the
|
| installation disk jre | 20 Jun 2005 02:00 GMT | 5 |
If I need to distribute a java application how do I create an I create an installation disk so that when users install the application a shortcut is automatically created on the desktop and also the application shows up in start - all programs of windows xp? Thanks a
|
| Passing an object remotely | 19 Jun 2005 16:18 GMT | 1 |
I have this object private Patient maakDezePatient() throws java.rmi.RemoteException { return new Patient(Integer.parseInt(sleutelVeld.getText()),
|