Minimal requirements:
CPU | 1.2 GHz dual-core or higher |
---|---|
RAM | 2 GB or higher |
Hard-drive space | 1 GB |
Instant JChem employs a sophisticated caching system so that it can handle large data sets without needing all the data to be in the memory. In general this works very well, but everything has its limits. You may need to increase the memory that IJC will have access to.
{info} Additional memory for JChem Base database tables
Each million structures need additional 100 MB of memory
For 600 Markush structures, around 700 MB of additional memory is needed
For more detail, see memory usage [documentation](memory-usage.md)
For JChem Cartridge based solutions, minimum recommended memory should suffice. For server memory settings, see documentation here.
Instant JChem is tested on the following platforms:
Windows XP (32-bit)
Windows 7 (64-bit)
Windows 7 (32-bit) - only with Java 7
Windows 8 (64-bit)
Windows 10 (64bit)
GNU/Linux (32-bit, 64-bit)
Instant JChem is tested with following JCC versions:
Derby
MySQL 5.5 and newer
Oracle 10g and newer
Composite
Microsoft SQL Server 2005 Express and newer
For more info, please refer to user guide.
{primary} Please note, that Instant JChem might work with older versions of the databases (such as Oracle 9i), but as we do not test those, full functionality is not guaranteed.
MySQL tables created with COLLATION uft8_bin will not work. Current workaround is to use different collation. For example utf8_general_ci
Can not create IJC Schema on MySQL 5.7. Current workaround is to turn off NO_ZERO_DATE restriction in the MySQL server instance.
There are multiple ways to do that. E.g. find out your settings with:
SELECT @@GLOBAL.sql_mode;
and then apply new ones without NO_ZERO_DATE mode:
SET GLOBAL sql_mode = "<new-value-without-the-mode>";
Supported major Java versions:
Java 6 (till IJC version 16.9.5.0)
Java 7 (from IJC version 6.2 - till IJC version 17.5.0)
Java 8 (from IJC version 15.2.20)
AdoptOpenJDK 8 (from IJC version 18.22.0 and LTS Carbon 1)
IJC | Java Bundle | Java Tested |
---|---|---|
5.12.6 | 1.6.0_41 | 1.6.0_41 |
6.0.x | 1.6.0_45 | 1.6.0_45 and 1.7.0_25 |
6.1.x | 1.6.0_45 | 1.6.0_45 and 1.7.0_25 |
6.2.x | 1.7.0_25 | 1.6.0_45 and 1.7.0_25 |
6.3.x | 1.7.0_25 | 1.6.0_45 and 1.7.0_25 |
14.x | 1.7.0_25 | 1.6.0_45 and 1.7.0_71 |
15.x | 1.7.0_25 | 1.6.0_45, 1.7.0_76, 1.8.0_31 |
15.2.2.0 | 1.8.0 | 1.7.0 and 1.8.0 |
17.5.0 | 1.8.0 | 1.8.0 |
18.x | 1.8.0 | 1.8.0 |
{warning} AdoptOpenJDK8 and JWS
Please note that AdoptOpenJDK8 doesn't support Java Web Start
{warning} Problem with desktop shortcut when simultaneously using Java 6 and Java 7 with Java Web Start
Only 32-bit version of ChemDraw is supported.
IJC version | ChemDraw supported |
---|---|
5.12.x | ChemDraw 12 (32-bit) |
6.0.3 and higher | ChemDraw 12 or 13 (32-bit) |
IJC version | 5.12.x | 6.0.x | 6.1.x | 6.2.x | 6.3.x | 14.x | 15.x | |
---|---|---|---|---|---|---|---|---|
IJC-Spotfire Bridge version | 5.12.0.6 | 6.0.0.46 | 6.1.0.21 | 6.2.0.11 | 6.3.0.167 | latest build version | latest build version | |
Spotfire server/client version | 3.3.2 | x | ||||||
4.0.x | x | |||||||
4.5.x | x | |||||||
3.3 | x | x | x | x | x | x | ||
4 | x | x | x | x | x | x | ||
5 | x | x | x | x | x | x |
For more information, please refer to documentation.