Results 1 to 2 of 2

Thread: cannot find class error

  1. #1
    Join Date
    Mar 2012
    Posts
    1

    Default cannot find class error

    I have a java class named IletisimTipBelirleyici. In components.beans.xml i describe it like this:

    <bean class="util.IletisimTipBelirleyiciImpl" id="iletisimTipBelirleyici"/>

    When i run the project, it gives IletisimTipBelirleyiciImpl cannot find class error. But it is in the right package. I think while it gets the id "iletisimTipBelirleyici", it makes 'i' letter uppercase İ and tries to find İletisimTipBelirleyici not IletisimTipBelirleyici because my localization is in turkish. I heard a argument for run configuration that you can give a parameter like -en for english -tr for turkish etc... But i couldn't find it. Is there any body that give an idea or clue?
    Thank you in advance.

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hi!

    I don't have a turkish localization here, but I assume that the class name should not be affected by any localization. Did you make sure the class is on the classpath when you start the project? Can you maybe post a stack trace showing the exact exception you are getting?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •