Error executing Phex I downloaded phex source code for version 0.9.5.55
I successfully built it but I get the following error when I click in the 'Select Network' option.
java.lang.NoClassDefFoundError: com/jgoodies/forms/layout/FormLayout at phex.gui.dialogs.SelectNetworkDialog.prepareCompon ent(Unknown Source)
at phex.gui.dialogs.SelectNetworkDialog.<init>(Unknow n Source)
at phex.gui.actions.SwitchNetworkAction.actionPerform ed(Unknown Source)
...
Am I missing something?
Thanks |