Creating link files are necessary for allowing users to easily execute Java programs on windows 링크를 생성에 필요한 파일은 자바 프로그램을 실행할 수 있도록 사용자가 쉽게 windows
Sample VB code to create link files is in vb 코드를 생성 링크에서 샘플 파일은 http://wss.hypermart.net/vb/shortcut.html

Another option (simpler for the programmer) may be to just create a batch file (.bat) file which the users double-click to run the application (same as a lnk file). 또 다른 옵션 (단순의 프로그래머)해서 만들 수있습니다 배치 파일 (. 박쥐) 파일을 더블 - 클릭하여 응용 프로그램을 실행하는 사용자 (동일로 lnk 파일).
Creating it is much simpler. 만드는 것이 훨씬 간단합니다. Create a file with .bat extension and write the same command as you would while running it from comand line(command.com or cmd.exe). 의 파일을 생성합니다. 박쥐 확장 및 제품에 대한 동일한 명령에서하는 것처럼 명령을 실행하는 동안 선 (command.com 또는 cmd.exe).