| Thread | Last Post | Replies |
|
| Adding data into a JListBox | 09 Jul 2007 14:44 GMT | 3 |
I am currently developing a program that has a JListBox. I have looked on the Internet on how to add data to a JListBox but haven't been able to find anything. Can someone please tell me how I can add a record to a JListBox.
|
| Reading data into an Array | 09 Jul 2007 02:08 GMT | 9 |
i am trying to read data from a text file and add it into an Array so that I can read the data from the Array back in again. I haven't got a clue how to create an Array. Can someone help me.
|
| JAR file executables and ClassNotFound Exception | 08 Jul 2007 19:08 GMT | 6 |
This is the second time that I have tried to do this--only to result in failure again. I am trying to create an executable JAR file. I follow the examples in the books that I have. I follow the example of my colleagues. I
|
| dyamically loading class that implements an interface. | 08 Jul 2007 18:11 GMT | 6 |
I have an application that processes various types of files. While file types vary, each file is essentially loaded into a class that then represents that file for the application. So, I have an interface that describes the general characteristics of a file representation
|
| HELP: Java ssh library - unstable connection | 08 Jul 2007 12:39 GMT | 5 |
I am using the com.sshtools.j2ssh.SshClient class in order to connect to a remote machine. Once the remote machine is rebooted this class does not recognize the fact that it is no longer connected (in other words: isConnected() returns an answer of true) trying to disconnect
|
| Hidden Fields in Java Servlets - help!!! | 08 Jul 2007 11:30 GMT | 8 |
Okay - Pardon if this is a newbie question... but this has been driving me nuts. I am trying to pass a simple hidden field from one servlet to another
|
| JNI Help | 08 Jul 2007 04:55 GMT | 1 |
Well, I am having a little trouble compiling my file and generating header files through it. I am loading a DLL file in Test1.java and then I compile it this way and get the following message: javac Test1
|
| File filters to JFileChooser | 07 Jul 2007 23:56 GMT | 2 |
Hi all. I am currenty developing a program that has to use a text file in order of the program to perform certain tasks. When the program first launches it has to check to make sure the file that it has to read is available. If it is not then the program then asks the user
|
| can I delete old java update files? | 07 Jul 2007 22:04 GMT | 1 |
I'm trying to make space on my Win2000 hard drive and under C:\Program Files\Common Files\Java\Update\Base images there are three folders, jre 1.5.0.b64 , jre 1.6.0.b105 , and j2re1.4.2-b28 . Each of these folders have patch subfolders. Only the j2re1.4-b28 has files dated from ...
|
| Shouldn't FileReader object read 16 bits from ... really confused | 07 Jul 2007 19:28 GMT | 12 |
Since notepad can encode characters using Unicode, ASCII or UTF-8 encoding, I created several notepad files, with each file using different encoding. Then using binary editor, I checked how each file stored characters in binary.
|
| sun.misc.Unsafe.ensureClassInitialized | 07 Jul 2007 12:37 GMT | 2 |
I am getting the following stack trace. Can anyone help me out with the problem? java.lang.ExceptionInInitializerError at sun.misc.Unsafe.ensureClassInitialized(Native Method)
|
| need js for l&b search | 07 Jul 2007 07:55 GMT | 2 |
Hai ! all I need programs(java script) for linear & binary searh using html any body help me
|
| Photo slideshow | 07 Jul 2007 07:44 GMT | 1 |
Are there examples to do a photo slideshow applet ? Thanks a lot.
|
| Cookie Help | 07 Jul 2007 07:32 GMT | 2 |
Okay, another question.... I am programming cookies for the first time. I have three links that my servlet goes to (nytimes.com, washingtontimes.com, tribune.com) and I'm supposed to have three cookies that keep track of this.....
|
| Extending java.io.File | 07 Jul 2007 07:31 GMT | 3 |
Hi, excuse this silly question ... Are we permitted to extend java.io.File. javac (using Netbeans) gives me the following error: Hi - I think I'm making a basic mistake.
|