I have a Eclipse plugin project. I have a scenario where I need to load a external jar during plugin start-up at runtime. I am using Java 15.
Asked
Active
Viewed 66 times
0
-
1Why do you need to do this at startup time instead of using [the usual way](https://stackoverflow.com/q/30118422/2711488)? – Holger Mar 24 '21 at 15:21
-
@Holger, we have a scenario where we are setting a custom encoding within Eclipse IDE. so we have a custom encoding jar need to be loaded at runtime which sets the custom encoding to Eclipse during startup. Hence we need the jar to loaded at startup. – raghuhollap Mar 24 '21 at 15:44