SmartCode



Version 10.3

Octo­ber 2024


Version 10.2

Decem­ber 2023


Version 10.1

Jan­u­ary 2022


ONLINE DOCUMENTATION AND FAQ

See our SmartCode Online Documentation for the Getting Started and User Guide for the different toolsets in SmartCode.

The rest of this page contains SmartCode tips & tricks from our customer support staff.

After installing SmartCode, some existing TASKING TriCore installations do not run anymore and quit with a Java error. How comes?

ECLIPSE

After installing SmartCode, some existing TASKING TriCore installations do not run anymore and quit with a Java error. How comes?

AdoptOpenJDK has no automated updates like Oracle. You must update the JRE yourself on a regular base.

AdoptOpenJDK updates the PATH variable and this will prevent older versions of Eclipse (using 32-bit java) to be started.

You will have to manually update the eclipse.ini files of older TASKING products and specify a virtual machine by using the ‑vm option.

Hereby an example for 32-bits java version “1.8.0_301”. Add the following two lines at the beginning of eclipse.ini:

-vm
C:\Program Files (x86)\Java\jre1.8.0_51\bin\javaw
Scroll to Top