Skip to main content

All Questions

Tagged with
0 votes
1 answer
353 views

Update Java version of Eclipse

the result of System.out.println(System.getProperty("java.version")); in Eclipse gives back "1.8.0_05", but when I do "Java -version" in cmd under Windows 7, I get "1.8.0_25". What do I have to do ...
Airlike's user avatar
  • 243
0 votes
2 answers
680 views

Android - Open play store for update doesn't ask to update

I have inserted some code in my app to check if there is a new version avaliable. In case there is one, the user get a dialog asking if he want to update. Everything is working fine, but the problem ...
user3119384's user avatar