Could i create Java Icon(Tag), using Windows, with -cp parametrs? Or .bat file -


icon - icon graphic image, small picture or object represents file, program, web page, or command.

i implement code: java -classpath class in java icon or .bat file. advice me something.

you can in batch file, quick (you can change icon in properties of batch file) or follow advice here more thorough , better way of doing it:

http://docs.oracle.com/javase/tutorial/deployment/jar/index.html

also please research questions before ask question, has been asked many times before on so.

how can convert java program .exe file?

how create .exe java program?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -