In Designer mode and you highlight a bean in the Outline view, then in the Properties View you select the Code tab, if you set “Code Generation” to Serialize instead of the default of “Generate Code”, the correct code is generated, but the serialized file is not created resulting in a “java.lang.ClassNotFoundException: as8.LMC”.
Here is the code generated:
ticker1 = (as8.Ticker) java.beans.Beans.instantiate(getClass().getClassLoader(), “as8.LMC”);
The file as8.LMC.ser is not created.
Any ideas?
…Nick