andre_udi 20 de abr. de 2007
ola, obrigado pela resposta.
segue abaixo o codigo do jnlp:
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec= "1.0+"
codebase= "http://localhost:8080/netsudoku"
href= "netsudoku.jnlp" >
<information>
<title> NetSudoku</title>
<vendor> André Ribeiro Gonçalves</vendor>
<homepage href= "http://localhost:8080/netsudoku/index.html" />
<description> NetSudoku Java Web Start</description>
<description kind= "short" > JWS</description>
<icon href= "resources/images/splash.jpg" />
<offline-allowed/>
</information>
<resources>
<j2se version= "1.6+" href= "http://java.sun.com/products/autodl/j2se" java-vm-args= "-Dswing.defaultlaf=org.jvnet.substance.SubstanceLookAndFeel -Dsubstancelaf.useDecorations -Dsubstancelaf.buttonShaper=org.jvnet.substance.button.StandardButtonShaper -Dsubstancelaf.heapStatusPanel=/tmp/heap-status.log -Dsubstancelaf.watermark.tobleed" />
<jar href= "sudoku.jar" main= "true" download= "eager" />
<jar href= "lib/substance.jar" download= "eager" />
<jar href= "lib/xpp3_min-1.1.3.4.O.jar" download= "eager" />
<jar href= "lib/xstream-1.2.1.jar" download= "eager" />
</resources>
<security><all-permissions/></security>
<application-desc main-class= "netsudoku.SudokuApp" />
</jnlp>
ds311072 24 de set. de 2008
andre_udi:
ola, obrigado pela resposta.
segue abaixo o codigo do jnlp:
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec= "1.0+"
codebase= "http://localhost:8080/netsudoku"
href= "netsudoku.jnlp" >
<information>
<title> NetSudoku</title>
<vendor> André Ribeiro Gonçalves</vendor>
<homepage href= "http://localhost:8080/netsudoku/index.html" />
<description> NetSudoku Java Web Start</description>
<description kind= "short" > JWS</description>
<icon href= "resources/images/splash.jpg" />
<offline-allowed/>
</information>
<resources>
<j2se version= "1.6+" href= "http://java.sun.com/products/autodl/j2se" java-vm-args= "-Dswing.defaultlaf=org.jvnet.substance.SubstanceLookAndFeel -Dsubstancelaf.useDecorations -Dsubstancelaf.buttonShaper=org.jvnet.substance.button.StandardButtonShaper -Dsubstancelaf.heapStatusPanel=/tmp/heap-status.log -Dsubstancelaf.watermark.tobleed" />
<jar href= "sudoku.jar" main= "true" download= "eager" />
<jar href= "lib/substance.jar" download= "eager" />
<jar href= "lib/xpp3_min-1.1.3.4.O.jar" download= "eager" />
<jar href= "lib/xstream-1.2.1.jar" download= "eager" />
</resources>
<security><all-permissions/></security>
<application-desc main-class= "netsudoku.SudokuApp" />
</jnlp>
Estou com o mesmo problema em uma aplicacao swing e nao sei como acertar