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]

Reply via email to