the-anylogic-company / AnyLogic-Pypeline

A custom AnyLogic library for running Python inside an AnyLogic model (Java)
https://github.com/the-anylogic-company/AnyLogic-Pypeline/wiki
MIT License
107 stars 27 forks source link

Issue with reflectiveObjects #39

Closed lorenzo-ragazzini closed 1 year ago

lorenzo-ragazzini commented 1 year ago

Type sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl is not accessible.

Error directly visibile in Java code in some of the examples. Using JRE 11, toJson return error related to ParameterizedTypeImpl. Using JRE 10, a method for handling String is missing.

t-wolfeadam commented 1 year ago

Excuse my delay in seeing this -- I can't deduce where to start diagnosing without more info. Can you specify which examples you're trying to run or upload a model you're using that has this issue?

t-wolfeadam commented 1 year ago

Feel free to reopen if this is still a problem