Overview
In this tutorial we will see what are the requirements to use Jaspersoft Studio.
Requirements to Run Jaspersoft Studio
Jaspersoft Studio needs a 64bit or 32bit processor and at least 500MB of Hard Disk space. The amount of the RAM is really dependent from the complexity of the reports, a value of 1GB dedicated to Jaspersoft Studio is recommended, since in your system there are many other things that require RAM it's suggested a total value of 2GB.
Software Requirements and Installation
As any other Java project Jaspersoft Studio require the Java Runtime Environment (JRE), but to compile the report scriptlets a full distribution of Java is required. You need to download the Java Development Kit (JDK), supported versions of Java could be found in our Platform Support Guide, please check this guide for specific version details.
At the moment Jaspersoft Studio support the most common Operating systems, such as:
- Windows 10 and above with 64 bit;
- Linux with 64 bit; Debian Linux 8, 9, 10; Cent OS 6.x, 7.x
- MacOS 11.x, 12.x at 64 bit.
The download of Jaspersoft Studio starts from HERE (community editions), a page with listed all the release of Jaspersoft Studio will appear, click the one on the top of the list (the last version) and a grid with many links will be shown.
-
The Eclipse RCP package is available in the following formats for community and commercial versions.
Commercial Versions:
• TIB_js-jss_x.x.x_linux_x86_64.tgz
• TIB_js-jss_x.x.x_macosx_x86_64.dmg
• TIB_js-jss_x.x.x_sources.zip
• TIB_js-jss_x.x.x_windows_x86_64.exe
• TIB_js-jss_x.x.x_windows_x86_64.zip
x.x.x represents the version number of Jaspersoft Studio.
For community only, unsupported versions for the Eclipse RCP are available as a convenience for users who are
in a restricted environment and can't download or install an .exe. file:
• TIB_js-studiocomm_x.x.x_linux_amd64.deb
• TIB_js-studiocomm_x.x.x_linux_x86_64.tgz
• TIB_js-studiocomm_x.x.x_macosx_x86_64.dmg
• TIB_js-studiocomm_x.x.x_windows_x86_64.exe
• TIB_js-studiocomm_x.x.x_windows_x86_64.zip
The community version is also available as an unsupported Eclipse plug-in, called the Jaspersoft Studio plugin.
You can install it from the Eclipse Marketplace or download using the Eclipse Update Manager. See the
following article on the community website for more information about working with the Jaspersoft Studio
plugin.
Contributing to Jaspersoft® Studio and building from sources
Check the architecture of the Operating System
If you are unsure on "how many" are the bits of your system follow this steps:
-
Windows
Go in the Control Panel, then click on System & Security and then on System, then in the presented Window check System Type.
It will have information such as this: 64-bit operating system, x64-based processor.
-
Linux
Open the terminal and type uname -a , then you will see a response like this:
x86_64 means a 64bit Operating System.
-
MacOS
Open the terminal, if you don't know how to do it open the Launchpad, type "Terminal" in the search bar and select the first result. Once the terminal is opend type uname -a , and press enter. A message like this will appear:
x86_64 means a 64bit Operating System. At this time the 64 bit version it is the only provided for MacOS.
Accessing the Source Code
The last version of the source code is available from THIS page by clicking "Browse Source Code", in this way you will access directly the SVN repository (read only mode) where the most up-to-date version is available. You can download and compile this source code, but since it is a work in progress it can contains new still unreleased features and bugs. All the information necessary to download the Source Code, configure a develop environment on the Eclipse IDE and compilerun the source code are described in the tutorial Contributing to Jaspersoft Studio and building from sources.
See Also:
- 1
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now