Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » WebStart?
WebStart? [message #438829] Fri, 02 July 2004 16:44 Go to next message
Eclipse UserFriend
Originally posted by: cekvenich.vic.portalvu.com

Did anyone try WebStart deployment of SWT or JFace?

tia, .V
Re: WebStart? [message #438911 is a reply to message #438829] Fri, 02 July 2004 22:30 Go to previous messageGo to next message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
Here's an article on that topic:
http://www-106.ibm.com/developerworks/opensource/library/os- jws/

- Jeff

Vic Cekvenich wrote:
> Did anyone try WebStart deployment of SWT or JFace?
>
> tia, .V
Re: WebStart? [message #439047 is a reply to message #438911] Mon, 05 July 2004 19:49 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See also:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#javawebstart

"Jeff Myers" <myersj@nospam.us.ibm.com> wrote in message
news:cc4nj5$7bc$1@eclipse.org...
> Here's an article on that topic:
> http://www-106.ibm.com/developerworks/opensource/library/os- jws/
>
> - Jeff
>
> Vic Cekvenich wrote:
> > Did anyone try WebStart deployment of SWT or JFace?
> >
> > tia, .V
Re: WebStart? [message #439057 is a reply to message #438829] Mon, 05 July 2004 20:28 Go to previous messageGo to next message
Geoffrey Ritchey is currently offline Geoffrey RitcheyFriend
Messages: 42
Registered: July 2009
Member
Vic Cekvenich wrote:

> Did anyone try WebStart deployment of SWT or JFace?

> tia, .V


If you want to see a swing example of an SWT program using web start you
can visit the following link. You will need java and of course webstart
installed on your Windows (not linux) computer for the link to work.
There will also be a prompt asking if you trust my code to run on your
computer. I found a great resource at http://www.vamphq.com/jwsfaqp.html

http://www.browsexml.com/Calculator/calc.jnlp

Here is the source for the jnlp; maybe it will help get you started:

<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://www.browsexml.com/Calculator"
href="calc.jnlp">
<information>
<title>Calculator</title>
<vendor>BrowseXML</vendor>
<homepage href="index.html"/>
<description>Browse XML browser</description>
<description kind="short">Run applications with a web
browser</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4+"/>
<extension name="browse" href="http://www.browsexml.com/browse.jnlp"/>
<jar href="Calculator.jar"/>
</resources>
<application-desc main-class="Calculator.callbacks">
<argument>http://www.browsexml.com/Calculator/interface.xml</argument>
<argument>-f</argument>
<argument>C:\calc.txt</argument>
</application-desc>
</jnlp>
Re: WebStart? [message #439172 is a reply to message #439047] Tue, 06 July 2004 14:25 Go to previous message
Stefan Zeiger is currently offline Stefan ZeigerFriend
Messages: 102
Registered: July 2009
Senior Member
Veronika Irvine wrote:

> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#javawebstart

It says "NOTE: As of 2.1, SWT Java Web Start apps can only be deployed
on Windows and GTK". Is this still true for 3.0?

--
Stefan Zeiger http://www.szeiger.de http://www.novocode.com
My SWT controls: http://www.novocode.com/swt
Previous Topic:threading problem with TableTreeViewer.refresh()
Next Topic:TableViewer jumping to next column using TAB-Key
Goto Forum:
  


Current Time: Thu Apr 25 23:19:30 GMT 2024

Powered by FUDForum. Page generated in 0.03431 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top