On 13/09/2009, Robert Nicholson <[email protected]> wrote: > JMeter seems to be written with some assumptions in mind? > > else {// e.g. started from IDE with full classpath > tmpDir = > System.getProperty("jmeter.home","");// Allow override > $NON-NLS-1$ $NON-NLS-2$ > if (tmpDir.length() == 0) { > File userDir = new > File(System.getProperty("user.dir"));// $NON-NLS-1$ > tmpDir = > userDir.getAbsoluteFile().getParent(); > } > } > > Which IDEA sets these properties?
None. You can set jmeter.home if you wish; user.dir is set by the JVM. > > Also, > > Why is it assumed that lib etc exist one level above where the Working > Directory is? It's not - it's assuming that jmeter.home is one level above the bin directory where the JMeter launch jar is kept. > Looking for a way to debug JMeter in IntelliJ Have you read the eclipse.readme file? It has some info on path settings. > --------------------------------------------------------------------- > 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]
