Olá, Tiago
Estou tentando rodar o HospitalMIDlet no NetBeans 6.9, e está compilando certinho, mas quando seleciono a opção Formations, gera o erro abaixo. Eu inclui na bibiloteca o o arquivo c:\floggy-persistence-1.3.1\lib\floggy-persistence-framework.jar, pois tentei adicionar também o floggy-persistence-weaver.jar e não compilou.
Grato
Carlos Alberto Solla
Starting emulator in execution mode
Running with storage root C:\Documents and Settings\Winxp\j2mewtk\2.5.2\appdb\Storage
Running with locale: Portuguese_Brazil.1252
Running in the identified_third_party security domain
java.lang.RuntimeException: No PersistableManager implementation was found. Please check the weaver execution.
at net.sourceforge.floggy.persistence.PersistableManager.getInstance(PersistableManager.java:44)
at FormationList.startData(FormationList.java:26)
at FormationList.<init>(FormationList.java:21)
at MainForm.commandAction(MainForm.java:40)
at javax.microedition.lcdui.List.callKeyPressed(List.java:818)
at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(Display.java:2209)
at javax.microedition.lcdui.Display$DisplayManagerImpl.keyEvent(Display.java:2952)
at com.sun.midp.lcdui.DefaultEventHandler.keyEvent(DefaultEventHandler.java:249)
at com.sun.midp.lcdui.AutomatedEventHandler.keyEvent(AutomatedEventHandler.java:620)
at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.handleVmEvent(DefaultEventHandler.java:699)
at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(DefaultEventHandler.java:608)
Carlos, o teu problem é apenas de configuração. Por favor siga corretamente os passos descritos nesse link http://floggy.sourceforge.net/configuration/netbeans.html que o problema será resolvido.