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

check if JDK's tools.jar is in the classpath #32

Open
monperrus opened this issue Oct 5, 2016 · 1 comment
Open

check if JDK's tools.jar is in the classpath #32

monperrus opened this issue Oct 5, 2016 · 1 comment

Comments

@monperrus
Copy link
Contributor

in Dynamoth, check at startup one JDI class is available (eg Class.forName(com.sun.jdi.value)) and if not display an error message "add tools.jar in your classpath"

@monperrus monperrus changed the title check if JDK's tools.jar is the classpath check if JDK's tools.jar is in the classpath Oct 7, 2016
@monperrus monperrus reopened this Jun 18, 2024
@monperrus
Copy link
Contributor Author

Today, to build Nopol had to add the path to tools.jar as follows

        <dependency>
            <groupId>com.sun</groupId>
            <artifactId>tools</artifactId>
            <version>1.6.0</version>
            <scope>system</scope>
            <systemPath>/home/martin/martin-no-backup/jdk1.8.0_40/lib/tools.jar</systemPath>
        </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant