| Thread | Last Post | Replies |
|
| applet problems | 14 Feb 2006 17:15 GMT | 5 |
I have an html page with this in it <APPLET codebase="." code="client.Applet.class" archive="applets.jar" width=350 height=200></APPLET> at the same level I have applets.jar with client.Applet.class
|
| HELP: How to approach a project (? Web Start) | 14 Feb 2006 16:47 GMT | 16 |
I was hoping someone could help me on how it would be best to approach a situation? This is a rough sequence of what should happen. -User logs into a secure webpage.
|
| myjavaserver and JAR files | 14 Feb 2006 06:46 GMT | 4 |
Does anyone know whether or not myjavaserver.com allows for storage and utilization of JAR files? I need to be able to import tcl.lang.* within one of my classes and have no ability to do so (keep getting NoClassDefFoundError tcl/lang/TclException.
|
| ServletException I do not understand | 14 Feb 2006 05:26 GMT | 5 |
[quote] 500 Servlet Exception /~ppowell/includes/chat_messages.jsp:153: cannot find symbol symbol : constructor
|
| Label in a dialog box | 14 Feb 2006 05:06 GMT | 3 |
Hello. I can't seem to figure out why my Label won't appear in my Dialog box....Any Ideas? //here is the dialog window class AboutDialog extends Dialog {
|
| ASCII value of char | 13 Feb 2006 21:59 GMT | 3 |
Here's a real rube question... I happen to want the ASCII value of a character variable. Seriously. I've always known that Java uses Unicode, but I also know that the Unicode values for the basic Latin character set are the same as ASCII. But when I try to get a numeric
|
| Force downward source compatibility? | 13 Feb 2006 21:07 GMT | 3 |
If a user has JDK 1.5.x installed but must write code for a system with JRE 1.4.x installed, other than self-discipline, are there any mechanical techniques or aids to prevent coding that uses classes or methods that don't exist in 1.4?
|
| Problem with Java menu | 13 Feb 2006 15:46 GMT | 1 |
He folks! I have a problem with a javascript, its a menu and it keeps getting on the wrong place on my website! Its really frustrating, can anyone help me?
|
| Bind to all IP's on a specific port | 13 Feb 2006 13:25 GMT | 2 |
I was wondering whether or not it is possible to bind a java program to a port so that it will listen on all available ip addresses on the server? So for example, that the java programm will accept all connections
|
| Parallel Port Access | 13 Feb 2006 11:55 GMT | 12 |
I'm trying to make a Java program access a parallel port. Java's comm API does not provide me with the control I need. I need to be able to write to the data and control pins and read the status pins. Any Java people know a good solution? I'm trying to use JNI and create my own
|
| jar.exe - preventing recursive directory contents | 12 Feb 2006 18:48 GMT | 2 |
say I have a package structure base/ base/suba base/subb
|
| inheritance confusion | 12 Feb 2006 17:40 GMT | 8 |
Right, in a class structure like this hardware (superclass) param - String name cpu (subclass of Hardware) params - String name, boolean intel, boolean amd, String clockSpeed
|
| Array info | 12 Feb 2006 12:43 GMT | 12 |
I have a gui, in which i want to make my comboboxes more dynamic. I have created a Cpu class that has a number of params, including a String name. I want the combobox to store an array of these names.
|
| Creating Jar files | 12 Feb 2006 12:05 GMT | 3 |
I am new to creating jar files.(and new to posting messages) i need to create a jar file that has two packages inside it but cannot for the life of me think how to tell the command line how to include all class files in the following structure:
|
| Implementing trees without pointers? | 12 Feb 2006 04:59 GMT | 2 |
I am new in Java. I am used to use C++. I have problems with implementing tree without pointers. Is there any standard collection like ArrayList to do that? I have a problem when i want to get a successors of any node. When nodeA =
|