java - Executable jar file became jar file only? -


i made project , build executable jar file. problem executable jar file in computer when transfer computer became jar file only. problem here? i'm using netbeans 8.0.2

maybe don't have java installed on second computer, or installation not default, "jar" extension not registered?

try in console:

 java -version   #if have java, can start jar command line:   java -jar youjarname.jar 

Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -