Using Java Class from external library as Entity

0
Hello Everyone I have several Java classes that belong to an external Java Library (.jar), and i would like to use them as entities in my Mendix project, is there a way to doing this, whitout having the re-create those classes again? thank you in Advance,   Best Regards Ruben Fragoso
asked
3 answers
0

Integrate in a java action. If you want to use objects in Mendix app, you have to map it to the domain model.

answered
0

Put those jar files in your Userlib directory and import them in your custom java actions Enzo mentioned.

see https://docs.mendix.com/refguide/java-programming

answered
0

Not sure if i was clear before,

 

i know that i can integrate them in a Java action, my point it use them as Entities and displayed in the Moduler the same way when you create a new Entity. Thank you in advance.

 

 

answered