cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ThomasSec
Level 2

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 Kudos
(0) Replies