The "move" to jdk1.3 dependence wasn't planned, it just happened because it's 
what I use at home.  I had no idea the methods you note below were 1.3 only.

There are efforts underway to modify these so that JMeter can run with 1.2.   

-Mike

On Thursday 27 September 2001 22:39, you wrote:
> What is the minimum version needed for JMeter -the nightly builds.  In the
> docs it say JRE 1.2, but some of the code (see below) uses the 1.3 API and
> wont' compile with JDK 1.2.  If there has been a planed move to use the 1.3
> API then I apologize.
>
> Thanks
> Amith
>
>
> org/apache/jmeter/gui/MainFrame.java:163: Method setResizeWeight(double)
> not fou
> nd in class javax.swing.JSplitPane.
>                 treeAndMain.setResizeWeight(.2);
>                                            ^
> org/apache/jmeter/protocol/http/parser/HtmlParser.java:545: Method
> getPath() not
>  found in class java.net.URL.
>                         url.setPath(context.getPath().substring(0,
> context.getPa
> th().substring(0,
>
> org/apache/jmeter/protocol/http/parser/HtmlParser.java:557: Method
> getPath() not
>  found in class java.net.URL.
>                         url.setPath(context.getPath().substring(0,
> context.getPa
> th().lastIndexOf("/")) +
>                                                    ^
> org/apache/jmeter/protocol/http/parser/HtmlParser.java:569: Method
> getPath() not
>  found in class java.net.URL.
>                         url.setPath(u.getPath());
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Mike Stover
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to