Java Beans
Hi Guys,
I really really need your help. I have two java beans.
1. Java file check if username and password fields are empty or not empty
2. Java file checks if username and password entry match with any of the entries in the database.
Individually, these program work great, but if I try and call second java file into my first java file, its giving me an error.
My classpath is set and both these files are stored under same package.
Thanks

