How to compile this applet ?

Content of this page

  • Install eclipse
  • Get the applet sources
  • Basic compilation, with eclipse
  • Ant build file
  • How to install eclipse?

    Eclipse is the best way to develop the java stuff, like the applet. Go to eclipse.org to download it.

    To get sources from the sourceforge Subversion (conf management), you'll have to install the eclipse subversion plugin. This is optionnal, as you can also get sources from the JUpload releases (see below). Take care that there are two eclipse plugins for SVN: subversion (on polarion.org) and subclipse (on tigris.org). I prefer the first one: the second one let you do anything, and I did several mistakes in my SVN with it. An easy way to install it is to use the eclipse software management function:

    How to get the applet sources ?

    There are two ways: The easiest way is to download a JUpload release. See below, for information on how to get the sources from the sourceforge Subversion.

    Basic compilation, with eclipse, from a JUpload release

    This is the simplest way to run the applet. Use the JUpload releases.

    Create a new project: To launch the applet: To set applet parameters: To launch the applet a second time:

    Caution: prior to applet 3.1.0, you must first run the Ant build file before being able to compile with eclipse

    Compile with the given Ant build file

    An ant build file is given with JUpload, to generate two main targets:

    To use this ant build file (build.xml), with eclipse: just right on it, and choose Run as / ant build.

    Get the sources from the sourceforge subversion

    You must have eclipse, with the subversion plugin installed. Then, you have to do these steps: