Answers for "upgrade java version in windows"

1

change java version

/usr/libexec/java_home -V  
export JAVA_HOME=`/usr/libexec/java_home -v 1.6.0_65-b14-462` //java 8
Posted by: Guest on October-21-2020
1

update java windows

Depends on what kind of window it is, also what methods you are using for rendering
If you are using the Swing/AWT, most likley you have to "repaint()" the panel
If you are using bufferStrategy you have to "show()" the bufferStrategy.
It really depends on what kind of "window" you are making.
Posted by: Guest on January-09-2022

Code answers related to "upgrade java version in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language