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
SFDC_Dev_2009SFDC_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

WesNolte__cWesNolte__c

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 

SFDC_Dev_2009SFDC_Dev_2009

I get the error message in SVN Repository Exploring Perspective .

 

It opens fine with other perspectives.

 

WesNolte__cWesNolte__c

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

SFDC_Dev_2009SFDC_Dev_2009

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!