-
Notifications
You must be signed in to change notification settings - Fork 852
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
Cannot use Java TAR file #811
Comments
Duplicate of #746 About the tar, try to untar it in a VolFs folder like /home. DrvFs folders like /mnt/c have still problems with symlinks. |
Actually, I have created a subdirectory under my home directory that contains jdk-1.8.0_101 and I have a symlink in the same directory, pointing to that:
UPDATE: I noticed the double slash at the end of the link target, so I ran my
It seems that the link issue is now solved (although I think an extra slash wouldn't make that much of a difference), but the problem with freezing still exists, which I hope will be resolved by later builds |
Yes, the symlink with slash at the end of the path is also a known bug. It's very easy to hit especially if you use TAB to complete a path. Should be fixed in next builds too. |
Cool, I would really dream of being able to use a full bash on Windows (if that ever becomes a reality) |
I tried to use Java the same way I do in normal Ubuntu:
PATH
andJAVA_HOME
in~/.bashrc
to point to thosePATH
, I do the followingSo, I have two problems:
JAVA_HOME
to my symbolic link, it doesn't recognize it, and if I dowhich java
, it's still using/usr/bin/java
JAVA_HOME
to the actual extracted directory, it recognizes that it should runjava
in that directory, but when I tryjava -version
, it just freezes and does nothing!The text was updated successfully, but these errors were encountered: