Plugin System Loader

Magma

Expert
Licensed User
Longtime User
Hmmm...

You can check agraham's code-library...



May be you can use them...
 

DonManfred

Expert
Licensed User
Longtime User
You can check agraham's code-library...
jBasicLib has nothing to do with the wish in #1. The TO wants to load any .so File, any .jar File if i understand it correctly.

This is nothing one can automate as every Library has it´s own methods, properties, parameters, types.
 

agraham

Expert
Licensed User
Longtime User
This is nothing one can automate as every Library has it´s own methods, properties, parameters, types.
Actually you can using Reflection. This is how Basic4ppc used to load its libraries which were just .NET dlls with no accompanying xml description. The code is a bit tedious but it can be done.
 
Top