Oracle Java SE

HussainSyed
HussainSyed Member
edited December 2023 in General

Hi,

Does Aperture data studio and Find Duplicates installers has embedded java installer that updates the following java at the path:

C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_183572265?

@Henry Simms

@Sueann See

Br,

HS

Best Answer

  • Henry Simms
    Henry Simms Administrator
    Answer ✓

    Hi @HussainSyed

    Data Studio and Find Dupes package in the Azul Zulu OpenJDK 8. The default JRE paths are:

    • Data Studio: C:\Program Files\Experian\Aperture Data Studio <version>\java64\jre\
    • Find Duplicates Service: C:\Program Files\Experian\Find Duplicates\java64\jre\

    These will be different if you have changed in the application root directories in during the installation process.

    You can view and change these paths by editing the "JRE Path=" setting in the Aperture Data Studio Service 64bit.ini (for Data Studio) and Find Duplicates.ini (for Find Dupes) in the respective installation root directories.

    If you want to confirm exactly what version of Java is being used, have a look in the log file on startup. For example, from the datastudio.log:

    2022-04-27 09:14:23,869 INFO c.e.ServerMain [main] JRE directory = C:\Program Files\Experian\Aperture Data Studio 2.7.0\java64\jre
    2022-04-27 09:14:23,869 INFO c.e.ServerMain [main] Java version = 1.8.0_302 (Azul Systems, Inc.)
    

Answers