jBASE Download - Release 4.1
This page explains how to obtain a free
evaluation version of jBASE 4.1. The link to registration appears at
the bottom.
Restrictions
Please note that there are some user restrictions
on this version of jBASE:
1) Restricted
to 2 users including Transaction Journaling for all platforms.
2) The
evaluation license expires on June 30, 2008. A license update will
be posted to this web page before that time.
3) It cannot
be used commercially or in a live environment. It is
intended as a evaluation and testing platform and live
applications may not be deployed.
Before installing jBASE you will need to read and accept the license agreement and Readme page. By downloading the software you
accept the license agreement in full and agree to abide by it's rules.
Documentation & Support
Please read the documentation
before reporting installation problems. The current documentation on Release 4.1 can be
found here.
Users upgrading from an earlier
version of jBASE should read the read the
Release Notes (74 KB)
and the
Installation Guide.
Also see the FAQ for jBASE on
Windows or
Linux.
Please note that support for jBASE for
Windows/Linux is ONLY via Internet email to:
devsup@jbase.com
Prerequisites
Windows
When you compile a Basic program with jBASE, it is converted to C++. The
C++ code is then compiled to machine code. The supported compiler is
Microsoft Visual C++. For jBASE 4.1, you must use Visual
C++ 6.0, or Visual C++ .NET or the MinGW compiler. The standard edition of
these products is adequate. Your windows system may need the file
msvcp60.dll. This is readily available from the internet.
The MINGW compiler is NOT RECOMMENDED for use in a production environment
and is included for evaluation purposes only.
If you are only using the C compiler for jBASE BASIC then you can download
the SDK (Software Development Kit) and Framework Redistributable from the
msdn.microsoft.com web site. The link to this site changes often and
therefore you should simply run a web search for "Microsoft .net sdk" to
find the current link. Be sure to download the Redistributable Package as
well as the SDK.
Linux
You must have the korn shell (ksh) installed before you install
jBASE for Linux, or the installation will fail. In addition, many of the
shell scripts included in jBASE for Linux require ksh. For more
information see the
Pre-requisites on the Readme Page.
Redhat 8 as distributed will need to have the glibc libraries updated to
run jBASE. They are readily available on the internet. Download them and
run the following commands:
rpm -Fvh --nodeps glibc-2.3.2-4.80.8.i386.rpm
rpm -Fvh --nodeps glibc-common-2.3.2-4.80.8.i386.rpm