• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

error regarding StringBuilder class

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i downloaded one MP3 decoder form the net and work it with WTK2.2.It show Exception and i came to know that it only works under WTK2.1.i downloaded WTK2.1 version and tried to compile it.The following error comes:
C:\WTK21\apps\JLayerME\src\javazoom\jlme\player\player\MyPlayerMIDlet.java:116: cannot access java.lang.StringBuilder
file java\lang\StringBuilder.class not found
dataSource = new Mp3ToWav("/" + file,true);
^
com.sun.kvem.ktools.ExecutionException

i'm trying toovercome this error but don't know abt StringBuilder class specification.If anyone knows how to overcome or how to work with the StringBuilder class then please guide me to overcome this pbm.
thanx in advance
sankar
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is because you are using JDK 5.0. Make look at this blog for some advice: http://blog.xenocid.net/archives/2005/04/stringbuilder_i.html

Regards.
 
sankar ganesh
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank u friend
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic