java - What is the appropriate solution for os? -


java software not working in ms xp os service pack 2. problem change os allow working of java ?

from question there plenty of possible answers.

first: have download , install jdk (or @ least jre) in order run jar files. download , entire installation process described here.

edit 1: regarding questions in comments edited answer.

okay sir bosko mijin, kind help.. how check java working?? , should change os win 7? please give suggestions.

you should check jdk installed on machine. fastest way run following commands (noted below) in command promt check version , compiler. checking java version: java -version checking java compiler: javac -version if there installed jvm (attention: not microsoft jvm) have check environment variables , ensure java_home variable set , in path also.

you can check following command: echo %java_home%

if have installed microsoft jvm, suggest change os (easier way, clean) because microsoft jvm supports java v1.1 (it very old!). harder way old versions of jvm , try install them xp, there questionable packages 'young enough'.

fyi: win7 have no such problems jvm.

if have microsoft jvm, great read link. decide next.

regarding os, not person type questions because unix/linux systems (i using them long time ago) , afraid answer regarding part 'primary opinion based'.

anyway, wish solve quickly. best luck.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -