Make a jar of you classes and drop it into JMeter's /lib/ext directory. -Mike
On 17 Sep 2002 at 20:52, Denis Wang wrote: > Hello, all, > I am using JMeter1.7.3 Java Request Sampler to invoke a standalone > java application, which communicate with EJB container through RMI- > IIOP. Environments include Windows XP command prompt and weblogic > server 6.1. However naming exception was thrown in the process for > initial context looking up and setting. Under exact the same command > prompt environment, I can run the standalone java application without > JMeter successfully. > > I am wondering whether this problem is caused by classpath setting. > Does JMeter use its own classpath instead of appending the > environmental classpath. If this is the case, how to include my > environmental classpath. I find the following script in > jmeter.properties: > search_paths=lib/ext > > It doesn't work out when I changed the setting to > search_paths=lib/ext;%classpath% > > Any inputs will be highly appreciated! > > Denis > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

