Elements.jar problem

Hi

I’m using the latest stable release. There is a problem referencing .jar files from the Cooper directory.

When using elements.jar, I get an error :

C:\Users\>jar -xf “C:\Program Files (x86)\RemObjects Software\Elements\References\Cooper\elements.jar”
java.io.IOException: F744A47E7__RemObjects\Elements\RTL : could not create directory
at jdk.jartool/sun.tools.jar.Main.extractFile(Main.java:1437)
at jdk.jartool/sun.tools.jar.Main.extract(Main.java:1366)
at jdk.jartool/sun.tools.jar.Main.run(Main.java:390)
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1683)

The file inside shows strange directory names:

cooper.jar and the others look fine:

The previous stable version was working and looks fine:

I tested the jar files using OpenJDK versions 8, 11, and 17.

Can you check if the jar was built correctly in the latest release? Thanks.

Artur

Hmm, it looks like java doesnt appreciate the class name mangling for file/unit-visibility, wich we based on the spec proposed by the C# version of this feature.

We’ll have a look.

Logged as bugs://E27573.

bugs://E27573 was closed as fixed.