ga('set', 'anonymizeIp', 1);
Categories: CodingJAVA

[JAVA] Run jar in cmd

Share

How to run jar file in cmd.

After you have installed the java in your system.
Just type the following commands in the cmd/terminal.

java -jar yourJarFile.jar

Jys

Published by
Jys

Recent Posts

[python] Flask Create RESTful API

This article gi... Read More

2 年 前發表

[Javascript] 新增/刪除JSON中key值

在web訊息交換常會需要對JS... Read More

2 年 前發表

[JAVA] SQL Server Connection

本文介紹JAVA連線SQL s... Read More

3 年 前發表