javaandroidcorba

Corba with Android Studio


I'm trying to start a new project in android studio Which requires CORBA (Common Object Request Broker Architecture) standard, so I searched about it, I found this library, and I added it in my project, but it seems nothing change, I think I should write something in the dependencies before !! and I can't found any documentation about dependencies in android studio of CORBA, so any help please !


Solution

  • CORBA support is no longer part of the standard Java platform (deprecated in Java 9, and removed in Java 11). CORBA has never been part of the standard Android platform.

    The following leads may help: