Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Execute an applet in a jar from within eclipse(I want to accomplish what the title states)
icon1.gif  Execute an applet in a jar from within eclipse [message #653447] Wed, 09 February 2011 19:25 Go to next message
Cory  is currently offline Cory Friend
Messages: 2
Registered: February 2011
Junior Member
I have an ant build script which creates a jar. Before using eclipse, I used the following system to view my applet after building:

File: dummypage.html

<applet width=640 height=480 code="app.DiscGolfApplet" codebase="build/jar" archive="SmallDiscGolfApplet1-0.jar"> </applet>

File: run.sh

#!/bin/bash
appletviewer dummypage.html

Now that I am trying to use Eclipse (on a windows machine, no less), I have got my ant build script working, but am unable to figure out this final step.

Perhaps Eclipse has a way that I can run an arbitrary command (appletviewer dummypage.html) as a run configuration?
Re: Execute an applet in a jar from within eclipse [message #654891 is a reply to message #653447] Thu, 17 February 2011 14:31 Go to previous messageGo to next message
Cory  is currently offline Cory Friend
Messages: 2
Registered: February 2011
Junior Member
Bump.
Re: Execute an applet in a jar from within eclipse [message #654899 is a reply to message #654891] Thu, 17 February 2011 14:41 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.02.17 7:31, Cory wrote:
> Bump.

Bumping in this forum doesn't help. If it's not getting answered, it
doesn't "bubble back to the top" by bumping it. It rather means that no
one who has yet visited has the preoccupation or experience to answer
your question meaningfully.

You might try http://www.stackOverflow.com where the crowd is more
eclectic and the forum less pointedly Eclipse-only in its preoccupations.

If I knew anything about applet viewing or applet viewers, I'd answer
this myself. It seems a no-brainer to include (or newly define)
something for that in ant. You could put it as the last target in your
build sequence. While I can sort of guess what it is (applets are a sort
of de-emphasized technology these days and many weren't around when they
were important in the world of Java), I have no experience with it.
Previous Topic:Getting GDB running under Helios
Next Topic:Howto change size of pop-up dialogs
Goto Forum:
  


Current Time: Wed Sep 25 12:27:36 GMT 2024

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

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

Back to the top