I can't use Java and Python at the same time.
When I set
%JAVAHOME%\bin; %PYTHONPATH%;
I can use java, but not python. When I set
%PYTHONPATH%; %JAVAHOME%\bin;
I can use python, but not java.
I'm using windows 7. How can I go about fixing this problem?