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

Java 9: com.sun.nio.file.SensitivityWatchEventModifier now unsafe #41

Open
Cervator opened this issue Oct 27, 2017 · 1 comment
Open
Labels

Comments

@Cervator
Copy link
Member

Discovered this on trying to run Terasology with Java 9, while I had the embedded source for the CR in my workspace.

The LogUpdateWorker uses import com.sun.nio.file.SensitivityWatchEventModifier; which has been moved to some unsafe / unsupported Java module. It can be hooked back in - but that's only as a temporary workaround.

Being that it is just used to deal with some case sensitivity file watching stuff we can probably just find an alternative.

Maybe interesting to @GabrielXia as I think you wrote some of that stuff :-)

@njbbaer
Copy link

njbbaer commented Nov 27, 2017

@Cervator Can you explain that temporary workaround?

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

No branches or pull requests

2 participants