Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
James Khan
Total activity
5
Last activity
August 16, 2019 16:09
Member since
August 10, 2019 07:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
August 16, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 votes
Edited
August 14, 2019 18:24
The resources are loaded like so: if (JmeSystem.isLowPermissions()){ url = ClasspathLocator.class.getResource("/" + name);}else{ url = Thread.currentThread().getContextClassLoader().getResour...
Community
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 votes
Created
August 12, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 votes