This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Running CustomPanel in IDE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 14, 2023
11:46 PM
Running CustomPanel in IDE
Hi,
I have an old existing code for a CustomPanel.
This was developed against version 16. At that time you could create the panel directly in the IDE to check the layout in it.
With the current version 22, this is no longer possible. There comes an exception.
Caused by: java.lang.NullPointerException: Cannot invoke "Object.hashCode()" because "key" is null
at java.base/java.util.Hashtable.get(Hashtable.java:381)
at com.zerog.util.IAResourceBundle.getUsableBundle(Unknown Source)
at com.zerog.util.IAResourceBundle.getValue(Unknown Source)
at com.zerog.util.IAResourceBundle.getValue(Unknown Source)
at com.zerog.util.IAResourceBundle.getValue(Unknown Source)
at com.zerog.ia.installer.Installer.<clinit>(Unknown Source)
... 19 more
What is the correct way to test the panels in the IDE? Is that possible ?
Does anything need to be initialized first?
Always having to build a setup is very cumbersome.
Thomas
(0) Replies
