| Thread | Last Post | Replies |
|
| jfugue: Exception in thread "main" java.lang.NoClassDefFoundError | 11 Jul 2005 05:28 GMT | 3 |
I know it's a stupid problem but I'm not able to solve it. I followed the jfugue manual (http://www.jfugue.org/basics.jsp): 1 As the Jfugue manual says I wrote this program: import org.jfugue.*;
|
| Why the following codes is "especially slow" and "unformally slow"? | 10 Jul 2005 16:01 GMT | 1 |
regards: The following codes is "especially slow" and "unformally slow". Following is part codes of the "socket stream", The bearer is GPRS.Did something wrong with my codes?
|
| JVM Bug | 10 Jul 2005 15:06 GMT | 3 |
I am running a small java program on j2se 5.0 update 4. The program hangs with 2 threads running in below status: system: Signal Dispatcher: running
|
| Java casting craziness | 10 Jul 2005 01:19 GMT | 8 |
I'm using Java 1.4.2. Is there an elegant way to handle retrieving objects from data structures such as ArrayLists and Stacks without having to cast the object I removing to the data type that it should all ready be?
|
| Numerical Java | 09 Jul 2005 14:06 GMT | 1 |
I am considering using Java for the development of some numerics-based applications. From what I've found online, there was lots of interest in the use of Java for numerical methods, but around 2000 that interest seems to have fizzled out.
|
| Newbie: neither stringtokenizer nor split() | 09 Jul 2005 11:22 GMT | 2 |
I am looking for a way that will allow me to tokenize a string describing the delimiter with a regular expression and that will also return the delimiter in the token. And i think Stringtokenizer can't take regex and split just won't
|
| classes for copy protection of software? | 09 Jul 2005 09:28 GMT | 2 |
where to find free "copy and licensing protection" classes to implement in my application ?
|
| Can we display the system files | 09 Jul 2005 07:43 GMT | 1 |
Using java can we retrieve what are the drives we are having in the system
|
| Understanding Packages | 09 Jul 2005 04:48 GMT | 2 |
I am reading Ivor Horton's Beginning Java 2. I have the following package setup: C:\Java\Packages\Geometry In this directory I have 2 classes:
|
| Drag and Drop | 08 Jul 2005 13:13 GMT | 2 |
Can Anybody Help me in Drag & Drop of JTree.Any Simple Tutorial to understand Drag and drop Topic. Can Any body help how to display the JTree with the drives present in the system Like windows Explorer.
|
| JInternalFrame to setIcon | 08 Jul 2005 12:27 GMT | 3 |
Can Anybody Help me how to set the Title Icon of JInternalFrame I have been using the code like this but it not working and I also want to restrict the height and width of the icon The following code is given on click of the MemuItem
|
| Integrate Sun Java with IE | 07 Jul 2005 20:53 GMT | 2 |
I need to integrate Sun Java (say 1.4.2_07) with IE 6.0. I know how to do this by going thru the entire J2RE or J2SDK installation procedure but thats too time comsuming :) How do I integrate Java in IE 6.0 without going thru the entire J2SE
|
| Access local COM-port on client from an Applet | 07 Jul 2005 20:12 GMT | 17 |
I'm making an applet for registrating data into a database. In this case, I have written a class that reads data from a local COM-port, where I have attached a TAG-reader. This class works great in a local java program on the client (I have used the java.comm libraries).
|
| Problem Reading InputStream using an overide class | 07 Jul 2005 18:12 GMT | 3 |
I have created the following extended InputStream class. The goal of it is to ready keyboard characters and return them with the read() method. However, it loops like crazy in the read. It's obviously because of the call to ready().
|
| Is there a getEnv(String string) method in javax.servlet.http package? | 07 Jul 2005 16:29 GMT | 1 |
We all known there are a lot of CGI Environment variables in httpd. For example: SERVER_NAME
|