> List of tutorials

Table of contents for this tutorial

Fat-Client-Development – Download the jar-file for the base-classes

* For this document and all references (links) please obey the hints and regulations concerning copyright, disclaimer and trademarks.

  • The owner of this web-site (www.javascout.biz) is not responsible for the content of web-sites linked within this document or linked within other documents of www.javascout.biz.

  • If this document or other documents of this web-site (www.javascout.biz) infringes your rights or you think that rights of others (third parties) are infringed, please inform the author.
    An e-mail can be sent by clicking onto the 'hungry mailbox' in the upper right corner.

Last revision of this document:
2006-06-27

This step of the tutorial instructs how to download a Java-Archive (JAR) with the base-classes for Fat-Client-development and incorporating the file into the 'Build-Path' of the project for the Fat-Client.

Preface:

This step has to be done, if you want to use the Java-Archive with the base-classes and not code the base-classes during the tutorial.

As an alternative you may take more practical exercise and implement the code for the base-classes manually.
This is described in the document JS_FC01ca - Create a project for the base-classes.

Credits:

To many to list – but I compiled this document and (hopefully) made the procedure easier to understand ;-) .

Prerequisites:

Preparation:

There a two files with a Java-Archive for the base-classes available:
* A smaller one with just the *.class files (precompiled code) that is named 'JSBS.jar'.
   All further examples refer to this file.
* Another file also includes the source-code. That file is named 'JSBS_With_Source.jar'.
   It includes the *.class files (precompiled code) too;
   therefore it can also be incorporated into the 'Java Build Path' later.

Depending on the folder under which 'JSBS.jar' or 'JSBS_With_Source.jar' should be stored, your user rights may not be sufficient.
If you experience problems during saving the file either do the download with 'root'-rights or save to a folder you are allowed to save.

top.

Next Step: