shreyashsaitwal / rush-cli

:zap: A new and improved way of building MIT AI2 extensions.
GNU General Public License v3.0
46 stars 25 forks source link

Error compiling project #25

Closed laboratoriodosfundos closed 3 years ago

laboratoriodosfundos commented 3 years ago

I can't compile any project, even though I create a new one and try to compile it afterwards. My machine is clean and functional. Is my java correct? What could it be? image

shreyashsaitwal commented 3 years ago

You need Java Development Environment (JDK) installed on your system. You have Java Runtime Environment (JRE).

laboratoriodosfundos commented 3 years ago

It is indicating that I already have the JDK installed. I do not understand. JDK This is the Java I installed.

laboratoriodosfundos commented 3 years ago

I managed to solve it, the path was pointing to a strange java that was installed. Thanks for listening.

shreyashsaitwal commented 3 years ago

Glad to know that! 👍🏻