SV: can't find classes - help

2001-05-03 Thread Patrik Andersson
Title: SV: can't find classes - help Try: /applications///WEB-INF/classes/com/acme/skunk/Apa.class Apa would be instantiated using: Class.forName("com.acme.skunk.Apa");

RE: can't find classes - help

2001-05-02 Thread Roland Dong
Your jdbc class file should be under orion/lib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Sent: Friday, April 27, 2001 9:52 PM To: Orion-Interest Subject: RE: can't find classes - help elephantwalker, Yes, I am aware of that. However,

RE: can't find classes - help

2001-04-29 Thread SCOTT FARQUHAR
tomcat just to see if it will do the same thing. Later, Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Friday, April 27, 2001 10:56 PM To: Orion-Interest Subject: RE: can't find classes - help Jim, somehow long ago, in a galax

RE: can't find classes - help

2001-04-27 Thread Jim
7, 2001 10:56 PM To: Orion-Interest Subject: RE: can't find classes - help Jim, somehow long ago, in a galaxy far away..no that's another story. Yes, I had this problem sometime ago. As far as I know, the forName argument has to be the full package path. So that would be, Class.forName(&

RE: can't find classes - help

2001-04-27 Thread elephantwalker
path...if will throw the exception you are getting. Regards, The elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Sent: Friday, April 27, 2001 8:26 PM To: Orion-Interest Subject: can't find classes - help I have a problem that is

can't find classes - help

2001-04-27 Thread Jim
I have a problem that is kind of throwing a wrench into my works: Without going into a great amount of detail - this is the problem: I am attempting to create a new instance of a class. To do so I am using Class.forName("the class"); All of these classes are where they are supposed to be, as fa