| Thread | Last Post | Replies |
|
| HTTPS error, pls help | 15 Mar 2004 23:45 GMT | 4 |
I am trying to test https with JDK 1.3. I am using JSSE 1.0.3_02 with the following sample code from SUN. Also, if I need to use a client certificate, does anyone have any sample code?
|
| Java "server-side" (servlet/J2EE) alternatives to applets | 15 Mar 2004 20:44 GMT | 2 |
I would like some advice on what Java server-side alternatives their are to an applet which is a shopping cart application which allows the user to drag-and-drop individual items into "an order" panel within the applet environment on the browser client.
|
| Please help with Intro Java class$ | 15 Mar 2004 20:38 GMT | 3 |
Hello, I know this may sound weird (or maybe not to this board), and I dont want to start a fight, but I am a history major who is about to go to my advisor and ring his neck. I am in a computer programming class, introduction to java and I am having the hardest time. This is
|
| Need Dual PHP - Java Servlet Problem Solution | 15 Mar 2004 18:17 GMT | 3 |
I have a PHP script that will be doing an @fopen file open command to a Java servlet, sending content via a query string. Problem is that it appears the Java servlet does not receive anything via its doGet() method and does no action.
|
| Arithmetic Additional | 15 Mar 2004 17:21 GMT | 3 |
Does anyone have the above mentioned code? It's really like doing basic maths adding code; just like dealing with hexadecimals. I just need to increase the it from "0..9..A..H" to include the "...Z" as well.
|
| Keeping Track How Long A Program Takes To Run | 15 Mar 2004 17:20 GMT | 7 |
I would like to keep track how much time a program takes to run. I've looked into http://java.sun.com/j2se/1.3/docs/api/java/util/Calendar.html, but couldn't find any ideas to start.
|
| program not displaying frame | 15 Mar 2004 16:54 GMT | 5 |
Does anyone know why the following program is not displaying the frame? Please respond. Thanks, Joshua.
|
| Need help with assignment | 15 Mar 2004 15:17 GMT | 4 |
I am very new to Java and I am having a problem with the following scripts. Here they are: ---------- public class Movie {
|
| generate log events servlets in web based application? | 15 Mar 2004 10:25 GMT | 1 |
sir/Madam, sub: servlet-log events i wish to generate log files through servlets my command action is "Reset" which resets a remote unit through a web
|
| Find my "program" folder? | 15 Mar 2004 08:51 GMT | 12 |
I've written this code to find my program's source directory. But it doesn't seem to work so well if I run the program over the network, on win32. Is there a better way of doing this? I just want to know which folder my jar file is located in (or if running from my IDE, which ...
|
| How to download file via HTTP? | 15 Mar 2004 06:11 GMT | 9 |
Does anyone have an example of a java program that can download a file using HTTP from a webserver? Thanks in advance. Bill
|
| tomcat misteries | 15 Mar 2004 02:18 GMT | 1 |
Hallo, I get this misterious error when I start tomcat (4.1.18 and 4.1.30) Any idea where should start looking for the problem? thanks luca
|
| missing return statement!? | 15 Mar 2004 01:41 GMT | 16 |
Hi, I'm having trouble with this piece of code... I keep getting an error 'Missing Return Statement' ... i've had this error before and it was due to nothing being returned to the compiler.. To the best of my knowledge, the following code checks two files,
|
| Clear the screen | 14 Mar 2004 23:56 GMT | 1 |
Is there any command that will clear the display, such as in DOS it was CLS and you would end up with a prompt at the top of the screen and nothing else. Any help would be greatly appreciated,
|
| Beginner Question - Resetting File Pointer | 14 Mar 2004 20:49 GMT | 2 |
I apologize in advance if my question is too general, but I am hoping that there is a general answer as well. I am writing a simple program that checks to see if a user-inputed string is contained in a certain text file. After
|