when are the java files compiled?

2003-03-06 Thread Michael Ni
after i place a java bean in the classes folder such as bean.java, when does it get compiled into a class? ive been shutdown and starting up but it hasn't been working. i also restarted the computer and actually tried to run my jsp page that calls the bean. mike

Re: when are the java files compiled?

2003-03-06 Thread Henry Tang
- From: Michael Ni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 7:36 PM Subject: when are the java files compiled? after i place a java bean in the classes folder such as bean.java, when does it get compiled into a class? ive been shutdown and starting up

Re: when are the java files compiled?

2003-03-06 Thread Michael Ni
Tang [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: when are the java files compiled? Date: Thu, 6 Mar 2003 20:30:12 -0600 You need to compile it manually. If you are making it as some sort of package make sure it falls within

Re: when are the java files compiled?

2003-03-06 Thread Henry Tang
does anyone have a good example using a javabean to establish connection to a datebase. im trying to figure out the best way to reuse code. i can try one of the following methods: Check out test java files that came with mysql or postgres. I know mysql has one. You can easily covert it for