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

Build fails for visp_java #1414

Open
Euklios opened this issue May 23, 2024 · 2 comments
Open

Build fails for visp_java #1414

Euklios opened this issue May 23, 2024 · 2 comments

Comments

@Euklios
Copy link

Euklios commented May 23, 2024

I'm trying to use this library in a Java project.
However, the build is currently failing with the following message:

$ make -j$(sysctl -n hw.ncpu) visp_java
make: *** No rule to make target `visp_java'.  Stop.

I'm not that great with make files; however, as far as I understand the content of the Makefile, this target simply doesn't exist.
Is there a new command for building?

I'm currently following these instructions.

@Euklios
Copy link
Author

Euklios commented May 23, 2024

Attached ViSP-third-party.txt

@fspindle
Copy link
Contributor

Java module is disabled that's why visp_java target doesn't exist.

What is the output of the following commands:

$ ls /Library/Java/JavaVirtualMachines/
$ brew info openjdk
$ echo $JAVA_HOME
$ java --version

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

2 participants