A have a big file set. If JMeter does not support folders as classpath, then
that might be a solution, but since Java does I was wondering if there was a
problem


Thomas Johnson-8 wrote:
> 
> Just curious. How do you usually create your Jar files?
> 
> If you're using Eclipse, it comes with a Jar exporter that you can
> probably use (just save the Jar description, and remember to turn
> "export" on). Alternatively, you could use Ant to build your jar as
> well. It would just take a small build.xml to do it, regardless of
> your current toolset.
> 
> On Fri, Jan 9, 2009 at 1:47 PM, anbernas <andres.bernasc...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> I'm using version 2.3.1 and I'm having a problem adding a folder to the
>> classpath, where some of the classes needed by my samplers are compiled.
>> The
>> user.properties file contains a valid classpath, like:
>> user.classpath=c:/myclasses/
>> (inside my classes I have ./com/foo/Bar.class , etc.)
>>
>> I even see the classpath being "loaded" according to the jmeter.log file,
>> but then it just doesn't find the classes.
>>
>> but when I run jmeter it can't find the classes. As a workaround I
>> created a
>> jar with all my classes and added it to the user.classpath, and that
>> works
>> fine. But I have a huge amount of classes that get modified every other
>> day,
>> so creating a new jar every time is tedious.
>>
>> Am I doing something wrong?
>> Thanks
>> AB
>> --
>> View this message in context:
>> http://www.nabble.com/Adding-a-Folder-as-a-classpath-for-JMeter-tp21371662p21371662.html
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-a-Folder-as-a-classpath-for-JMeter-tp21371662p21372862.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to