+ 5
Does anyone know how to make computer support jar file if the computer does not support
My computer does not support jar files and so eveytime i need to write the commands again and again which i dont like also i dont want to use ides now and than
9 Respostas
+ 26
What do you mean actually ?
1. If it doesn't support .jar file then install java.
2.Reading the description i understand that java is installed, may be you are talking about setting PATH? If so, then seach for environmental variable then edit the variable named PATH. Change its value by adding a semicolon(if windows os) or colon(if linux) and then continuing with the absolute bin path of where java's jdk folder is present.
+ 20
Open cmd where the the file is present. Then run that file via command , "java -jar filename.jar"
+ 18
Is it running when you try with command prompt ?
+ 18
Set PATH environment variable and select the default app as java for opening jar files.
+ 17
What do you mean? .java file or .jar file? Which one you are creating ?
+ 2
It am still not getting although i am have java downloaded still the jar file is not opening there is nothing on screen although i create a java file
+ 2
I am talking about jar file i have created a jar file using bluej an ide and now when i click that file it just shows a loading circle and then nothing opens on a screen i dont know why it does not open but it does not get opened
+ 2
Thanks JaseemAkhtar
+ 2
You helped me still i didn't got the answer but i know the problem now JaseemAkhtar