| Thread | Last Post | Replies |
|
| java.lang.NoClassDefFoundError | 28 Nov 2005 20:37 GMT | 6 |
I'm recieving an Exception in thread "main" java.lang.NoClassDefFoundError: Test and am not really sure why. I'm able to compile the file - Test.java - just fine, with javac, however, when I try to run it, with java, I can't. The contents of Test.java
|
| Runtime Exec within Timer Thread | 28 Nov 2005 20:11 GMT | 6 |
I am trying to report system print queue statuses at specified intervals. I am using java.util.Timer to implement a repeating task that does this. My code executes properly when run without using java.util.Timer. However, it does not work when using Timer.
|
| niotcp 200 connection limit | 28 Nov 2005 19:58 GMT | 2 |
I am using Java niotcp in a test. The problem I came across is that Java niotcp only allows 200 connections at a time. Beyond that number it will report error. Can anyone provide a solution? I am using Linux fedora, JDK 1.4 and 5.0
|
| object factory | 28 Nov 2005 18:34 GMT | 12 |
All, I want to launch different visual classes (all derived from JInternalFrame) just by name. I'm not thinking about a solution with a couple of if statemants like
|
| sub-novice, wants to design game | 28 Nov 2005 18:21 GMT | 6 |
I want to design an online multiplayer strategy game (not massively multiplayer), but I know next to nothing about programming or coding. Graphics requirements will be more-or-less minimal. Game will be a 1-turn-per-day to 4-turns-per-day. (Don't laugh -- based on an old
|
| ANT dynamic naming | 28 Nov 2005 18:18 GMT | 4 |
hey guys. I am trying to archive old war files using ant as the script compiles each new one. Part of what i want to do is add a timestamp or date to the filename of each archived file (i.e. name.war would change to name-11-25-05.war, or something like that) can i dynamically set a
|
| XML using XSLT | 28 Nov 2005 17:43 GMT | 4 |
Friends, I have a problem here with me hopefully some of you geeks can point me in the right direction. My requirement is that I have an existing set of data which needs to pass through some kind of processor and spit out
|
| DES Key - Client Side | 28 Nov 2005 17:39 GMT | 1 |
Can anyone please help me with the following? I would like to be able to generate a DES key, store it in a file, and use the key to encrypt my message and send it to my friend's server. I've started the program, but am not sure where else to go with it. Any help is greatly
|
| 1.5 style "for" loops | 28 Nov 2005 17:18 GMT | 5 |
can some one tell me what is the advantage of "for each" style loop in 1.5 over the conventional for loop thanx chanchal
|
| Automatic Refresh | 28 Nov 2005 17:14 GMT | 4 |
i am now engaged in softwaredevelopment which is now using struts framework. i want to refresh a JSP page. i want to use ajax...if anyone has any idea pls do tell me. Thanx in advance.
|
| GridBagLayout isn't sitting right | 28 Nov 2005 17:04 GMT | 5 |
Hi all. I'm trying to use a gridbaglayout to set the layout of a dialog box. The dialog box contains a panel with buttons in the southe field of a borderlayout and the center panel contains the gridbaglayout the centre panel is meant to show three rows. two of whoch contain a label,
|
| JNI Exits with SIGUSR2 | 28 Nov 2005 17:02 GMT | 3 |
I'm trying to debug an issue with a Java program which involves/uses JNI too ! In short, I'm not able to isolate the problem (whether the issue is in Java or JNI!),
|
| FilePermission in an Applet | 28 Nov 2005 16:44 GMT | 2 |
i have a strange thing here with FilePermission in an Applet. To my understanding an Applet is allowed to access files on the host where it is loaded from via http, for example; escpecially the applet should be able to load files included in jars which are given in the
|
| ArrayList gives StackOverflowError in 1.5 | 28 Nov 2005 16:37 GMT | 3 |
Someone else asked this in April but groups.google.com does not allow me to reply to it: "JDK 1.4 to 1.5 StackOverFlowError". Running under 1.5 I receive a StackOverFlowException when serializing to disk ~10-100k of objects in a hierarchy with the nodes saved in
|
| Use of RSS | 28 Nov 2005 16:29 GMT | 3 |
Someone wrote me suggesting I should publish my what's new section at http://mindprod.com/whatsnew.html as an RSS feed. I have read several articles on RSS but I still don't get it. What advantage accrues to anyone by converting the html that gives the only
|