Thank you for your response. now that I set; normally it must start execution of the RCP application that I added to the classpath.
is it possible to use Eclipse 3.7 IDE for developing for the 3.5 platform? Or must I use Eclipse 3.5 IDE?
I have a plugin project, i wanted to create & save a file in project folder.I coded in usual way,but its saving the file in the RCP installed folder in my case the rcp installed folder is
I have written an RCP program. Somewhere in my underlying plug-in there is a NullPointerException. I get the stack trace and everything, but the code doesn\'t seem to be generated with debug info in i
I created 2 views. In the View 1 there is a button B 1 and upon button click View 1 gets hidden and View 2 opens.
I am developing an eclipse plugin and trying to extend the source menu (mainMenubar/Source - visible when editing in the java-editor) in Eclipse 3.7.
I try to load an artifact and metadata repository manager as follows private IArtifactRepositoryManager getArtifactRepositoryManager() {
I was wondering if there is a manner to make it impossible to open more than 1 editor at a time? what I have now is a button that each time it is pressed gives a new edi开发者_StackOverflow中文版tor.
I am currently working on an academic project which employs an ASTVisitor to create a basic calltree.
Let\'s say I have 2 views(A,B) detached.View A on top of开发者_JS百科 view B on top of workbench shell.