File: README

package info (click to toggle)
libflexdock-java 0.5.1-dfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,268 kB
  • ctags: 4,256
  • sloc: java: 21,287; xml: 717; ansic: 101; makefile: 21; sh: 13
file content (27 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is the readme for the binary distribution.  If you want to use the
sources to build and run flexdock demos, then see README-BUILD.

Contents
------------
The contents of the binary distributions are:

  LICENSE.txt                   the license statement
  README                        this file
  flexdock-<version>.jar        the flexdock framework
  flexdock-demo-<version>.jar   runnable jar containing demo apps
  docs\*                        user/developer documentation
  docs\apis\...                 javadocs
  jmf\*							Java Media Framework used by the demo
  lib\*							libraries used by this distribution

Running the Demos
---------------------
The demo jar requires both the flexdock-<version>.jar and lib\*.jar.  The
manifest for the demo expects the flexdock-<version>.jar to be in the same
directory and all other dependencies to be located in a subdirectory lib.
If you do not move any of the jars, you can run the demo jar using:

  java -jar flexdock-demo-<version>.jar

or if your GUI shell supports running a jar file by clicking or double
clicking on it's icon, then do that.