| Thread | Last Post | Replies |
|
| Help converting a string | 14 Nov 2006 15:09 GMT | 20 |
I need help with converting all lowercase letters in a string to uppercase letters and viceversa. For example, Alb34ErT will be converted to aLB34eRt. I know to use something like:
|
| may instanceof fail? | 14 Nov 2006 14:56 GMT | 1 |
I have this piece of code running in a Jboss/Tomcat 3.2.5 + jvm 1.4.2 envirorment: import net.sf.jasperreports.engine.JRImageMapRenderer; ....
|
| Removing objects from iterating collection | 14 Nov 2006 14:32 GMT | 2 |
Hello, I've got a question about the behaviour of Java: I've got this code: ArrayList<MyObject> objects = new ArrayList<MyObject>(). ... (some code adding objects to array list)...
|
| Commercial App in Java - New GPL Announcement | 14 Nov 2006 13:36 GMT | 3 |
A company im about to work for wants to develop some inhouse tools, but would prefer to keep them inhouse - i.e. not open source. (Im not against open source at all - but i cant see why in this scenario). I was going to advise on the use of Java, however now its gone GPL, what
|
| I need to change the encoding of the VM machine | 14 Nov 2006 12:42 GMT | 2 |
I have changed the default file encoding of my application and made the following: System.setProperty("file.encoding", "UTF-8"); But it doesn't work. The Reader and Writer continue reading and writing
|
| Help needed with GUI programing | 14 Nov 2006 11:36 GMT | 6 |
I need to add a next, previous, first and last button and can not figure it out. Can some one help me out on this? Also is there some place that may have something like templates for GUI programming?
|
| a cpl *NBEWBIE* questions | 14 Nov 2006 05:30 GMT | 2 |
whats the last version of the java runtime to run on windows 3x and where can i find it ? ....last version of the runtime to run on windows 95 and where can i find it ?
|
| Able to Run a Program using an IDE but not using Command Prompt :( | 13 Nov 2006 21:46 GMT | 4 |
The program risk_analyser.java complies and runs fine using an IDE called Eclipse because I can associate four .jar files to the project build path. These are minerva.jar, colt.jar, foxtrot.jar and phredist.jar.
|
| object stream and byte array conversion | 13 Nov 2006 18:30 GMT | 11 |
I am wondeirng how to convert an ObjectInputStream to a byte array, then convert the array back to ObjectInputStream -- should I convert the array back to ObjectOutputStream other than ObjectInputStream? Any sample codes?
|
| JAvac is not recognised as an internal or external command, operable program or batch file | 13 Nov 2006 17:07 GMT | 2 |
I get the above error when i try to compile a java program. I have included it in the CLASSPATH. The CLASSPATH looks like this: C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;%SYSTEMROOT%\SYSTEM32;%SYSTEMROOT%;%SYSTEMROOT%\SYSTEM32\WBEM;C ...
|
| Row selection in JTable | 13 Nov 2006 12:38 GMT | 1 |
Could anyone please explain if and how it is possible to select a given number of row indices in a table. I know about setRowSelectionInterval(), but this seems to only allow for continuous intervals, where I would need the ability to select multiple seperated
|
| App needs super user privileges- how. | 12 Nov 2006 17:52 GMT | 1 |
I need to use a raw socket for some special communications. Raw sockets in Linux need root privileges. Any tips for developing an app that needs root access ? I'm using Eclipse if that matters. Should the app itself query the user for root login if the user isn't root
|
| Need help to read GMS SIM with JRE | 12 Nov 2006 17:04 GMT | 2 |
I'm trying to develop java applet, to read my "GSM SIM CARD" to accomplish two goal. A) Read the IMISDN (the serial number) of my SIM CARD, and pass it to an authentication form, on my webserver. (this will be the most
|
| JOptionPane | 12 Nov 2006 15:09 GMT | 5 |
I am having a problem with my program. I am trying to create a logon usint the JOptionPane, however, it will not correctly compare my inputs. Any ideas.
|
| creating shared library for JNI | 12 Nov 2006 08:26 GMT | 2 |
This is more a C / gcc problem than Java, but I'd like to know if someone has faced this before: I'm trying to invoke some C code from a Java program using Java native interface. To achieve this, I'm building a shared library (.so)
|