4

Do blackberry supports j2me polish classes because when i use it with blackberry api;s in my application it shows me following error of the in built classes of the j2me polish

C:\Program Files\J2ME-Polish\j2mepolish-src\j2me\src\de\enough\polish\midp\ui\Form.java:42: interface expected here
    [javac] implements Displayable
    [javac] ^
    [javac] C:\Program Files\J2ME-Polish\j2mepolish-src\j2me\src\de\enough\polish\midp\ui\TextBox.java:42: interface expected here
    [javac] implements Displayable
    [javac] ^
Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
happy
  • 2,550
  • 17
  • 64
  • 109
  • How do you build app? Did you put RIM jar in classpath? – Eugen Martynov Dec 20 '11 at 07:19
  • i have added classpath in build.xml "classpath="${polish.home}/lib/enough-j2mepolish-build.jar:${polish.home}/lib/jdom.jar:${polish.home}/import/BlackBerry-5.0.0.jar:C:\Program Files\Research In Motion\BlackBerry JDE 4.1.0\lib\net_rim_api.jar" – happy Dec 20 '11 at 11:19
  • After adding the above jar file i am getting the same error – happy Dec 20 '11 at 12:20
  • Check your classpath, because I see column there instead of semicolumn. – Eugen Martynov Dec 21 '11 at 06:40
  • replaced ":" by ";" but still getting same error – happy Dec 21 '11 at 09:53
  • You certainly should be able to do this. [Here's one tutorial online](http://smhumayun.blogspot.com/2007/11/j2me-development-with-netbeans.html) – Nate Jan 25 '13 at 12:14

0 Answers0