Log in

View Full Version : Anyone on Java 7 with no SMART lag?



YoHoJo
04-12-2012, 07:46 PM
Check your java version here:
http://www.java.com/en/download/installed.jsp

If any of you have Java 7, and can run SMART without it lagging, let me know.

Reason:
Want to install a program but it needs Java 7 to work.

eska
04-12-2012, 07:49 PM
So far on the 2 computer I used simba on, I had to remove java 7 and install java 6 to get better fps.

On the third one I also did it to get better fps.

Abu
04-12-2012, 07:54 PM
I get lag on Java 6 and 7, so for me it makes no difference

brandon8081
04-12-2012, 08:08 PM
Java 6 is also better for me.

Brandon
04-12-2012, 08:10 PM
Well for me, Smart doesn't even start in Java 7.. Solution was to write a batch file that switched my Java Versions when I needed to use a version..

All it does is change the path variable to 6 and 7 which allows that version of Java to run when needed.. Also you know you can have both 6 and 7 installed right?

Backup variables In CMD or batch: Set >C:/Users/*****/Desktop/Env.txt

setx path "%path%;your new path" Will set it to version whatever version you want to use.

Reset Variables with this batch:

Reset.bat


for /f %%a in (C:/Users/*****/Desktop/Env.txt) do (set %%a)