开发者

I want to start Java Stand alone(Swing) application without dos prompt to open? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I want to ru开发者_如何学Cn a Java Stand Alone application(Swing) without the command prompt window to open. How to achieve it? Another question is i want my login screen on the top of an Background Image file. How to achieve this? Pl. give me example code also.


I'm just going to answer the first question....

In Windows create a bat file

@echo off
start javaw  -jar [jarfile]
exit
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜