Wednesday, December 12, 2018

Datastax DevCenter Not working on MAC OS

Datastax DevCenter is having issues on MACOS with the latest version on JAVA installed in it. So as to rectify issue, follow the steps below.

This is caused usually if java1.9 is installed, so you need to use the lower version, example as below.

Try these steps, with using java version, jdk1.8.0_151.jdk, It seems its not working with latest Java version.

Login as a root user.

sudo su -

cd /Library/Java/JavaVirtualMachines

and remove jdk1.8.0_161.jdk

rm -rf jdk1.8.0_161.jdk

and then back to your user by typing exit

Then type cd

and then rm -rf .devcenter

then start the devcenter

***

No comments:

Post a Comment