| Thread | Last Post | Replies |
|
| pls explain this code.... | 10 Dec 2004 23:17 GMT | 14 |
String cipherSuite = (String)request.getAttribute("javax.servlet.request.cipher_suite"); I don't understand the '(String)' after the equal sign.. we specify it's a string at beginning of line.. thank you.. Frances
|
| print env variables.. | 10 Dec 2004 23:04 GMT | 6 |
I'm trying to write a simple servlet that will print env vars.. I started out w/just a few.. pls see... http://www.francesdelrio.com/java/env.html but get cannot-resolve-symbol errors on the three methods I'm trying to
|
| java.lang.NoClassDefFoundError (AGAIN!) | 10 Dec 2004 22:40 GMT | 2 |
Searching google, I know this question has been asked tens of thousands of times, and after reading hundreds of answers I'm still perplexed. After 2 weeks, I thrown in the towel and implore you for some assistance. I wrote a program using NetBeans 4.0. Naturally, I can run the ...
|
| Need help figuring out errors in program | 10 Dec 2004 20:40 GMT | 8 |
I included my errors before my driver, I am stuck trying to figure this out. Please help me!! Thank You in advance.
|
| JRE is machine dependent but compiler is machine independent | 10 Dec 2004 19:11 GMT | 4 |
When we download JRE, there are different platforms to choose. That means JRE is machine dependent, but Java Compiler is machine independent. Is that the story board?
|
| why won't this servlet run...... | 10 Dec 2004 18:48 GMT | 3 |
I'm trying to run this servlet in my tomcat, http://www.mathcs.carleton.edu/faculty/rkirchne/cs217/Scheme.java it compiles fine, but get an error that "class Scheme is not a servlet"... this is different from anything I've done before in the
|
| Why this warning? | 10 Dec 2004 18:13 GMT | 4 |
I used primes.add (new Integer (i)); where primes is a Vector but despite it was compilable a time ago (a couple of years, i think) now i get an
|
| java3d problem | 10 Dec 2004 17:03 GMT | 1 |
I try running a very, very simple java3d program from Jbuilder. I have correctly set up all the libraries and this compiles OK but when I try to run the program I get this error: Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in
|
| Running a JSP | 10 Dec 2004 15:10 GMT | 1 |
I have downloaded Tomcat version 5.0.30. Now I am trying to run my first jsp page. The jsp page that I am trying to work has the following code. <html>
|
| Java 1.5 & Jbuilder | 10 Dec 2004 15:01 GMT | 3 |
Here is my problem: every program I try to run from JBuilder I get this error: "Could not create the Java Virtual Machine" Thinking that it probably had to do something with my computer I reinstalled
|
| servlet.jar/jsp | 10 Dec 2004 11:52 GMT | 1 |
I was using Orion 1.5.3 as my application server and everything was working fine. However recently I upgraded and started using Orion 2.0.2. I then found out I had problems with one of my jsp pages. It includes
|
| Share a Session | 10 Dec 2004 09:21 GMT | 5 |
I have a web-application based around a "dispatch" servlet, controller classes, and JSPs. On one of the JSPs some javascript opens a new window: uploadwindow = window.open('.....'); - which is a JSP which includes an applet. The applet
|
| Saving to Server | 10 Dec 2004 08:34 GMT | 2 |
I am using geocities.com to host a BlackJack Game Applet that i wrote. I want the Applet to save the highscores of players. I cant figure out how to get the Applet to save the Player's name and highscore to a file in the same directory as BlackJack.class; Which means that i have ...
|
| Please help! | 10 Dec 2004 04:28 GMT | 3 |
Hello! Does anyone know how to write a Java program using loops that outputs this: 1 12
|
| Test Scribble Program | 10 Dec 2004 02:43 GMT | 2 |
The following program is supposed to allow you to scribble on a panel using a mouse. You can also change the color of the scribble by pressing a color button. The program compiles in all but one area at the line:
|