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?

Also,

Why is it assumed that lib etc exist one level above where the Working Directory is?

Looking for a way to debug JMeter in IntelliJ

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to