30/09/2018, 22:03
Triển khai Java Web Start
Mình có đọc cuốn sách trong đó có 1 chương hướng dẫn làm JWS (Java Web Start), nhưng đọc mãi làm mãi sao vẫn sai
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="file:///C:app"
href="RunMyApp.jnlp"
>
<information>
<title>Time Check</title>
<vendor>Java Developer Connection</vendor>
<homepage href="index.html" />
<description>Demonstration of JNLP</description>
</information>
<offline-allowed/>
<security>
<j2ee-application-client-permissions/>
</security>
<resources>
<j2se version="1.2+" />
<jar href="app1.jar"/>
</resources>
<application-desc main-class="BeatBoxSaveOnly" />
</jnlp>
Mình thử cho nó chạy local thì nó báo như sau:
Thử kiếm google thì nó có bảo phải đăng ký nữa:
Nhưng mình gõ tới dòng cuối nó lại không được :):
Thực sự khúc sign không được hiểu cho lắm…
Mò mấy bữa nay nãn quá haha
Bài liên quan