Forum: Java
Mar 8th, 2005, 10:01 AM
|
|
Replies: 0
Views: 369
Cant connect servlet to MySQL DB
I've been working on this code, it's just a simple servlet to read a username and password from a html form and compare it to a db table..
package conn;
import java.io.*;
import...
|
Forum: Java
Mar 8th, 2005, 9:55 AM
|
|
Replies: 4
Views: 285
[QUOTE=steven6666]
g.drawString("Hello...
[QUOTE=steven6666]
g.drawString("Hello World!!!" ,50, 25);
QUOTE]
See where it says "Hello World!!!", that's the string being printed, just change that text to print something else.
|
Forum: Java
Mar 1st, 2005, 10:54 AM
|
|
Replies: 0
Views: 214
JDK Keytool
Hi, trying to make an applet to display images off the hard drive but need to make a certificate to do this.
I know I have to do something using the keytool, but I don't know how to use it cause...
|
Forum: Other Web Development Languages
Feb 21st, 2005, 10:02 AM
|
|
Replies: 0
Views: 528
Tomcat Classpath
I can't seem to get Tomcat to work properly. It'll compile JSP's but It won't compile servlets.
It's something to do with the classpath I think, can anyone offer some advice?
|
Forum: Other Web Development Languages
Feb 16th, 2005, 11:09 AM
|
|
Replies: 1
Views: 255
JSP/Servlet Advice?
Hey all,
decided to start a new project to get used to using Java Servlets, JSP and databases.
From what I understand the JSP pages are used to display the database information in a dynamic fashion...
|