could not find java in bundled jdk at /home/lighthouse/es7.8.1/jdk/bin/java
时间: 2023-10-02 22:09:10 浏览: 93
As an AI language model, I am unable to check the specific configuration on your device. However, this error message is usually encountered when trying to run a Java program but the Java Development Kit (JDK) is not installed or not configured properly.
Here are some possible solutions:
1. Make sure that the JDK is installed on your system and the path to the JDK is correctly set in your environment variables. You can download the JDK from the official Oracle website.
2. Check if the path to the JDK is correctly set in the configuration files of the program you are trying to run. You may need to modify the PATH variable in your system's environment variables or modify the program's configuration files.
3. If you are using an IDE, make sure that the JDK is correctly configured in the IDE settings.
4. If you are running the program from the command line, make sure that you are running it from the correct directory and that the JDK is in your system's PATH.
If none of the above solutions work, you may need to seek further assistance from a Java developer or support team.
阅读全文