On 23/05/2008, pdesalvia <[EMAIL PROTECTED]> wrote: > > Hi, > > I am starting jmeter in a specific directory containing jmeter.properties: > > cd xxxx > jmeter > > and in jmeter.properties I specify a director containing my classes that > implement JavaSamplerClient: > > search_paths=/my/classes/path > > when i run jmeter it never finds my classes in the java sampler. > > I even modified the master jmeter.properties with the class path and it > still doesn't work.
Try adding a trailing "/" on the definition: search_paths=/my/classes/path/ This has been fixed for the next release (real soon now, I hope) > Any ideas? > > -- > View this message in context: > http://www.nabble.com/custom-java-sampler-not-found-tp17422953p17422953.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

