Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the agent work with JRE under security mode #37

Closed
junoyoon opened this issue Mar 8, 2014 · 1 comment
Closed

Make the agent work with JRE under security mode #37

junoyoon opened this issue Mar 8, 2014 · 1 comment
Milestone

Comments

@junoyoon
Copy link
Contributor

junoyoon commented Mar 8, 2014

nGrinder 3.3 only works with JDK not JRE under the security mode. It's because SecurityManager tries to resolve the JAVA_HOME and JAVA_HOME can be only available with JDK. In the NGrinderSecurityManager JAVA_HOME is used to resolve the jre location. However jre location can be resolved with System.getProperty("java.home"), then we might not need to resolve JAVA_HOME explicitly.

@junoyoon
Copy link
Contributor Author

Fixed.

lopiter pushed a commit that referenced this issue Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant