You need to sign in to do that
Don't have an account?
SFDC_Dev_2009
Error opening Apex classes in Subclipse
Hi,
I am receiving following error
"Error opening the editor.
org.tigris.subversion.subclipse.ui.editor.RemoteFileEditorInput
"
while trying to open Apex triggers from the code that i have checked out from codeshare using Subclipse.
Any help would be appreciated.
SF Developer
Hey
Browse to the file location on your harddrive and open the file with a text editor.. if it seems fine there might be something whack with your subclipse.
Wes
I get the error message in SVN Repository Exploring Perspective .
It opens fine with other perspectives.
I would guess from the error message and what you've just said that it's a permissions thing. When you double click on the file in the repos browser it's probably trying to open the file in write(edit) mode, that project file are probably read only.
You should be fine working with your local copy tho.
Wes
Hi Wes,
You are Right.
I was trying to open in a read only mode. This is where it throw Error.
I Checked out the code to a Local workspace and It looks like the file opens with no error.
Thanks for your help!