| Thread | Last Post | Replies |
|
| No background.gif in Tomcat | 20 Apr 2004 13:57 GMT | 1 |
I made up some pages and the background for these pages is background.gif, these pages were edited by MS FrontPage2000. However, I found in the IE6, most pages background is empty, I checked the script but got no clue.
|
| Java and Dynamic arrays | 20 Apr 2004 10:58 GMT | 4 |
I'm currently developing an application in Delphi that in a few months I'll need to port Java, witch I'm about to start studying, so I needed to know if Java supports dynamic arrays. Thanks, Poochie
|
| JGrasp and Servlets,JSP | 19 Apr 2004 23:11 GMT | 1 |
When I try to compile Servlets, JGrasp cannot handle the statements connect with Servlets. I get error on the import statements. I have changed the CLASSPATH variable to the directory which has j2ee.jar and it still will not work. Is there anything else I need to do?
|
| Using JOptionPane | 19 Apr 2004 21:25 GMT | 2 |
I am new to Java Programming and I am trying to write code using JOption pane to prompt user to type information and then have string output command to display information on the screen. I am able to prompt for typing the information but the display does not
|
| Allow a Java iterative statement to run for only a certain period | 19 Apr 2004 19:25 GMT | 2 |
How could I only allow a Java iterative statement to run for only a certain period. Such as running a while loop for 10 seconds... Thanks
|
| Tomcat 5.0.19 | 19 Apr 2004 11:27 GMT | 1 |
I am going to replace the Tomcat 3 with Tomcat 5.0.19, but there are many items in the download page, is the Tomcat 5.0.19 zip the right thing I should download? Do I need to install the Apache in my server for Tomcat 5.0.19? My server
|
| ServerSocket Accepting two connections from one Client | 18 Apr 2004 21:42 GMT | 1 |
I've got an slightly odd problem. I've got a network with a java-app server, and on the same network another PC with my java client. The server is also a proxy server, so has a visible IP address on the Internet aswell as the internal address. There is also a DNS alias
|
| HTMLDocument | 18 Apr 2004 21:23 GMT | 1 |
I have a little problem. I would like to iterate through some HTML tags programmatically and want to be lazy about it so would like to avoid text processing. I have done a little digging and it looks like HTMLDocument and
|
| help! Can't get applet to work on website | 18 Apr 2004 19:53 GMT | 2 |
any suggestions greatly appreciated... I have an applet which works just fine locally. Works just fine when I put it on a web server on the LAN. When I put the same thing up on a publicly accessible website, it doesn't
|
| jstl el not evaluating | 18 Apr 2004 17:00 GMT | 1 |
I'm hoping someone here can help me figure this one out. I've got Tomcat 5 running with JSTL 2.0 on a 1.4.2 JVM. I can set a variable using like so: <c:set var="testVar" value="test value" />
|
| HTML help | 18 Apr 2004 02:55 GMT | 1 |
I am working on a project for my software engineering class. I currently have a web browser that reads stored html forms off of a server and displays them (browesr will also surf the net providing the site does not use any scripting). The forms are entered by users
|
| Waiting for http response takes too long.. | 18 Apr 2004 00:26 GMT | 3 |
The class below sends a simple request for my webpage and retrieves the response. But for some reason, the while loop seems to take forever. If I uncomment the System.out.print((char)c), I see the response
|
| What to expect from aClass.getSuperClass() | 18 Apr 2004 00:25 GMT | 3 |
This question concerns the use of the Class.getSuperClass() method. Situation: abstract class Parent abstract class Child extends from Parent
|
| s: Batchscript =?ISO-8859-15?Q?f=FCr?= Java unter Linux | 17 Apr 2004 20:46 GMT | 1 |
Hallo Leute, hab hier ein kleines Problem. Und zwar habe ich hier das JavaSDK auf mein Linux neu aufgespielt. Um nun ein Code zu compilieren muß ich erst den kompletten Pfad für Javac eingeben. Kenne mich leider nicht in Perl aus
|
| Applet startup error - simple question | 17 Apr 2004 17:51 GMT | 6 |
I am running into a very strange problem with a very simple code In my html page I have the following code: <applet codebase="/" code="InterApplet" width="400" height="150" name="InterApplet">
|