Sample Javelin exe files
Most of these files can be accessed and opened directly, without the need for an authorization code. For zip files, simply download the zip file, unzip the contents and run the exe. For exe files download and run the exe. Sample drmx files can be downloaded and saved. Then use Javelin (Windows orMac version) File menu, Open option to select and open the drmx file. Copy the authorization code for the drmx file and paste it into the field when prompted.
All our software products have been checked to ensure they are virus free. Norton Antivirus users - if your antivirus software will not accept a download from us or deletes it/places it in quarantine, we are certain that this is a false positive. Please report this to Symantec as an error. To resolve this please either turn off the offending behaviour in Norton's software (Insight and/or SONAR) or recover the quarantined file from within Norton Antivirus, or use another antivirus product like AVG!
- Le Petit Prince- the classic French story by Antoine de St Exupery (2Mb) - a Javelin "click and go" exe file with automatic install and run set to French as the default language (see further, below)
- FTSE.zip- a 2 page PDF leaflet (865kb) - zip format
- LectureNotes2.zip- a sample Powerpoint Presentation (1.2Mb) - ideal for the Full Screen option - zip format
- Alice in Wonderland- a PDF converted to Javelin "click and go" exe form - just the exe file (4Mb)
- Geospatial Analysis- 560pp PDF as commercial ebook, with automatic delivery of authorization codes
- paper166.drmx- secure PDF (drmx) file of an academic paper - open with Javelin on PC or Mac (docID 12828)
- 12828.txt- multi-use test authorization code for academic paper - or use the test code 99999999999999999999
- prweb_14ideas.drmx- secure PDF (drmx) file of PRWeb paper - open with Javelin on PC or Mac (docID 12853)
- 12853.txt- multi-use test authorization code for PRWeb paper
"The Little Prince" download usesInno Setupa freeware installation utility, to install this Javelin ebook (107 pages) and launches it with the French version of Javelin (using the -l4 command line option). A desktop link to the ebook is also provided. The script file for this installation is provided below, after the cover image. This script can be language specific (e.g. French) or multi-lingual, if desired. See the Inno Setup documentation for details of the setup process and ourOnline Helpfor information on Javelin and command line options

; Le Petit Prince - Sample Script for Inno Setup Program
[Setup]
AppName=Le Petit Prince
AppVerName=Le Petit Prince
DefaultDirName={userdocs}
DisableProgramGroupPage=yes
OutputDir=userdocs:Inno Setup Examples Output
[Files]
Source: "C:\MyBooks\LePetitPrince\le_petit_prince.exe"; DestDir: "{userdocs}"
[Icons]
Name: "{userdesktop}\Le Petit Prince"; Filename: "{userdocs}\le_petit_prince.exe"; Parameters: "-l4"
[Run]
Filename: "{userdocs}\le_petit_prince.exe"; Parameters: "-l4"; Description: "Launch application"; Flags: postinstal