This site is not supported any more

The site was moved to http://www.setupgroup.com

Update your bookmarks



Click here to contact meMark Okun's Home Page
           
Find General Accessories Arcade Card games Puzzles Science Board Game

General

Run Index Index
 
Download Download
 
Run Technical Information Technical Information
 
 
 
Contact me
 

Download

Palm only

To install my palm applications download file palm.zip, unzip it and install using palm's software

Java and Palm

To run my java applications you must use Java 1.4.0 or higher.

To install my java and palm applications you have to

  1. Install 1.4.0 (if you interesting in Java developing). or JRE 1.4 (if you not interesting in Java developing)
    We will use symbol {javahome} as name of directory with JDK or JRE

    If you have java plug-in you can skip this step.

  2. Download
  3. Excecute file
    • If you directly connected to the Internet file: setup.jar
    • If you behind firewall file: setupProxy.jar

    There are 2 different ways to execute jar-file

    1. Click on corresponded jar-file from Windows Expoloer

      This method works on Windows machine. But try it before use other method.

    2. From command line

      You can use next commands to start jar-file
      on Unix
      {javahome}/bin/java -jar {jar-file}
      on Windows
      {javahome}\bin\java -jar {jar-file}
      where {jar-file} is name of corresponded jar-file.

      Example 1.

      To run setup.jar on Windows machine with JDK installed in c:\jdk1.3 you have to use command:
      c:\jdk1.3\bin\java -jar setup.jar

      Example 2.

      To run setupProxy.jar on Windows machine with JRE installed in c:\Program Files\JavaSoft\JRE\1.3 you have to use command:
      "c:\Program Files\JavaSoft\JRE\1.3\bin\java" -jar setupProxy.jar

How Run

The setup program will create subfolder start on you machine. This folder will have batch files to execute downloaded applications.

How Run as Applet

To run my java application as applet you have to insert specific tags into your web page. Use my web site as example.

Attention

This is the first version of my setup program. It was tested only for Windows 2K and Win 98. Let me know about all problem and bugs, please.