Hokutor

Results 3 comments of Hokutor

I tried to check with following code in the host app ```java Class.forName("com.huaweicloud.sdk.iam.v3.region.IamRegion"); ``` I can see above class is available in the packaged plugin jar. But the statement throws...

Could it be packaging issue. My plugin jar root looks like ![image](https://user-images.githubusercontent.com/81697586/124643184-c6e32880-de5e-11eb-8624-017de167084e.png)

> > Could it be packaging issue. My plugin jar root looks like > > ![image](https://user-images.githubusercontent.com/81697586/124627905-f0e01f00-de4d-11eb-8b74-9687b8d0ea6f.png) > > Yes, I think that is a plugin packaging issue. From what I...