Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I have a j2me project working with floggy framework..I almost finished it . but now I need j2me polish in my application but It seems that it doesn't work with floggy because this error appears:
C#
error: package net.sourceforge.floggy.persistence does not exist
    [javac] import net.sourceforge.floggy.persistence.*;


so, is there anyway to let it compatible with floggy and don't rewrite the code of my application ?

thank you
Posted

1 solution

How did you come to the conclusion that these libs are incompatible?

The error says that net.sourceforge.floggy.persistence package could not be found.
This is a problem caused by not correctly binding them to the project.

Did you add the foggy lib to the build?
 
Share this answer
 
v2
Comments
khaled377 26-Jun-12 6:07am    
actually my app is working and I used floggy ..everything was all right till I added j2mepolish and the import statement doesn't show me an error ...therefore I did come to this conclusion.
TorstenH. 26-Jun-12 8:06am    
you might have messed something up when adding the other lib to the project.
There is also a difference between you app in the IDE and the release you build. There the lib might be missing.
The described Exception is a straight hint to that. Is there some other File in there (manifest, build, project definitions) where the reference is missing?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900