主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
James Khan
活动总数
5
最后的活动
2019年08月16日 16:09
成员加入日期
2019年08月10日 07:56
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月16日 16:09
It does work, but every time a classloader is concerned I have to rewrite that part of the code so it uses the plugin classloader instead. So when the engine loads, it detects the operating system ...
社区
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 票
已编辑于
2019年08月14日 18:24
The resources are loaded like so: if (JmeSystem.isLowPermissions()){ url = ClasspathLocator.class.getResource("/" + name);}else{ url = Thread.currentThread().getContextClassLoader().getResour...
社区
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 票
创建于
2019年08月12日 09:33
Hi. I found a "workaround" after a lot of debugging. I will try to explain as best I can. Jmonkey has an assetLoader and you can add a "basePath" that you can add to an assetLoader to load models/t...
社区
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 票