Mathew Easow Jacob’s Blog–India

a enthusiast…developer…on technology,RIA,flex,web,startup….

Unable to resolve a class for ResourceBundle: strings

Posted by easow83 on March 2, 2008

I was trying with Photviewer app that i mentioned in below post  app..but i got “Unable to resolve a class for ResourceBundle: strings” error..i solved it

After downloading the PhotoViewer sample application source code (www.adobe.com/devnet/flex/samples/photo_explorer/), you may receive compilation errors such as “Unable to resolve a class for ResourceBundle: strings”.

Reason

Additional compiler arguments are required:—–

In your Flex Builder, go to Project > Properties. Under Flex Compiler
Settings, put this string in Additional Compiler Arguments:

paste the below line
-use-network=false -library-path+=locale/{locale} -source-path+=locale/{locale} -locale=en_US

The sample application will successfully compile after adding the additional compiler arguments.

2 Responses to “Unable to resolve a class for ResourceBundle: strings”

  1. Hisham said

    Thank you!

  2. venu said

    it’s working very nice. Thanks a lot.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>