You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Michel Betancourt <be...@us.ibm.com> on 2002/10/17 21:23:08 UTC

question regarding v1.8

Hi there,

Quick note, version 1.8 is setting on the download release version but does
not execute due to a classloader problem, trying to load a different
version of a class:  org/jorphan/test/UnitTestManager
and when I try to rebuild the project, it gives me a different class
versioning problem:
[javac] class file has wrong version 48.0, should be 47.0
[javac] Please remove or make sure it appears in the correct........
[javac] import org.jorphan.collections.Data;
[javac]                                ^
[javac] 1 error
My class path during build is:
C:\java\sun\jdk1.3.1_01\lib\tools.jar;.\lib\ant-1.5-optional.jar;.
\lib\ant-1.5.j
ar;.\lib\avalon-excalibur-4.1.jar;.\lib\avalon-framework.jar;.
\lib\jakarta-oro-2
.0.1.jar;.\lib\jorphan.jar;.\lib\junit.jar;.\lib\logkit-1.0.1.jar;.
\lib\Tidy.jar
;.\lib\util.jar;.\lib\xalan.jar;.\lib\xerces.jar;.\lib\xml-apis.jar
Buildfile: build.xml

I'm just wondering if this is a known issue and where I could probably find
the correct org.jorphan.* classes so that I can compile and run v1.8 since
I cannot seem to find these packages on the internet somewhere?  Or is
there a version of JMeter that I can use for forms/following re-directs as
specified in the documentation since apparently v1.7(nonBeta) does not
*seem* to do it?  Or am I doing something totally wrong that I should not
be doing? :-)

Thanks in advance for your help,

-Michel



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: question regarding v1.8

Posted by Mike Stover <ms...@apache.org>.
If you upgrade to JDK 1.4, it'll fix the problem.  I'm also recompiling 1.8 and going 
to re-release it, and that should fix the problem too.

-Mike

On 17 Oct 2002 at 15:23, Michel Betancourt wrote:

> Hi there,
> 
> Quick note, version 1.8 is setting on the download release version but does
> not execute due to a classloader problem, trying to load a different
> version of a class:  org/jorphan/test/UnitTestManager
> and when I try to rebuild the project, it gives me a different class
> versioning problem:
> [javac] class file has wrong version 48.0, should be 47.0
> [javac] Please remove or make sure it appears in the correct........
> [javac] import org.jorphan.collections.Data;
> [javac]                                ^
> [javac] 1 error
> My class path during build is:
> C:\java\sun\jdk1.3.1_01\lib\tools.jar;.\lib\ant-1.5-optional.jar;.
> \lib\ant-1.5.j
> ar;.\lib\avalon-excalibur-4.1.jar;.\lib\avalon-framework.jar;.
> \lib\jakarta-oro-2
> .0.1.jar;.\lib\jorphan.jar;.\lib\junit.jar;.\lib\logkit-1.0.1.jar;.
> \lib\Tidy.jar
> ;.\lib\util.jar;.\lib\xalan.jar;.\lib\xerces.jar;.\lib\xml-apis.jar
> Buildfile: build.xml
> 
> I'm just wondering if this is a known issue and where I could probably find
> the correct org.jorphan.* classes so that I can compile and run v1.8 since
> I cannot seem to find these packages on the internet somewhere?  Or is
> there a version of JMeter that I can use for forms/following re-directs as
> specified in the documentation since apparently v1.7(nonBeta) does not
> *seem* to do it?  Or am I doing something totally wrong that I should not
> be doing? :-)
> 
> Thanks in advance for your help,
> 
> -Michel
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>