• Michael Saupe
  • NEWBIE
  • 0 Points
  • Member since 2012
  • Application Consultant
  • iq media marketing gmbh

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hello,

I have the following issue since using the latest version of Force.com IDE (31.0.0.201406301722) in our Summer'14 sandbox:

In the force.com IDE my code shows as follows:

String test = 'Zuständigkeit';

I save this code from the Force.com IDE into my Saleforce org.
But in the org the above shown code shows as follows:

String test = 'Zust�ndigkeit';

It seems that I have an issue with character sets (UTF-8)...

Is this a bug or what do I need to configure so that the characters are saved properly?

Thanks.
Michael
Hello,

I have the following issue since using the latest version of Force.com IDE (31.0.0.201406301722) in our Summer'14 sandbox:

In the force.com IDE my code shows as follows:

String test = 'Zuständigkeit';

I save this code from the Force.com IDE into my Saleforce org.
But in the org the above shown code shows as follows:

String test = 'Zust�ndigkeit';

It seems that I have an issue with character sets (UTF-8)...

Is this a bug or what do I need to configure so that the characters are saved properly?

Thanks.
Michael

Hello,

 

I have recently upgraded to Force.com IDE v25 and since doing so am experiencing problems deploying certain files to a Production (eu1) environment.

 

I can still successfully deploy whatever I need e.g.. custom classes/pages/layouts/objects to an alternative sandbox environment however when deploying to a Production environment, from this list only only custom classes/pages deploy successfully.  Trying to deploy layouts or objects freeze or hang Eclipse/Force IDE during the validation of the deployment plan stage.  I am then forced to kill Eclipse.

 

For the last 6 months, I have used the following configuration to successfully deploy to both Production and sandboxes without a problem:
  - Eclipse 3.7 (I know this is not yet supported, but it has been working fine)
  - Force.com IDE v20
  - Eclipse runtime parameters: -vmargs -Xms512m -Xmx1024m -XX:MaxPermSize=512m

 

It is only since upgrading to v25 (or v24) of Force.com, that I experience these problems.  I have tried uninstalling IDE v25 and reverting to v20, however this is also failing as i get an error with a mismatch for "the MD5 hash is not as expected".  Creating a new Eclipse workspace does not help and causes this same error.

 

Can anyone shed any light on this all?    I am unable to find a decent logfile containing an explanation for the issue causing the freeze/hang so if anyone has any advice on this too, I can supply more information.

 

Many thanks,
Mark

  • June 26, 2012
  • Like
  • 0