function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
willardwillard 

Force.com IDE - upgraded to latest, but not sure if it worked

So I upgraded my force.com IDE according to the instructions here:

http://wiki.developerforce.com/page/Updating_the_Force.com_IDE

 

It looked like it was successful, and the IDE has been restarted.

 

However, when I try to create a new apex class, the only version available in the dropdown is 26.0.  How can I get this so that I can choose later API versions when creating new classes?

 

JonathanBaltzJonathanBaltz

I haven't updated my Eclipse plug-in yet, but whenever I've run into this issue, I create the class in which ever API version I am presented with, and then go into the metadata XML document and change the value in the apiVersion property.  It's not ideal, but it's an extra step that will only take about 30 seconds.

willardwillard
hm - not ideal, but I guess that works as a workaround.