{{theTime}}

Search This Blog

Total Pageviews

Eclipse not started: Java Not found exception

If Eclipse complains about Java Not Found Exception, look for Java Installation and refer the installed Java using -Vm argument.

- Find installed java location
- Set JAVA_HOME environment variable
- Open Eclipse properties and pass in vm arguments.


No comments:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Check the markupsafe version.  To fix the problem install 2.0.1 pip install markupsafe==2.0.1