eclipse-jdt
Is there any way to run eclipse plug-in applications without fully start the eclipse platform
Consider a simple \"Hello world\" plug-in, how can I run it without having to fully launch the ecli开发者_Python百科pse platform?Since eclipse plugins are OSGi bundles you could start a simple hello-w[详细]
2022-12-28 09:35 分类:问答Get the value of a selected java field in a eclipse view
I making a eclipse view that is working with selected elements from other views. Let say I have opened a java file in the editor that has the following fields in it开发者_Go百科:[详细]
2022-12-28 07:01 分类:问答Simplifying fully qualified names in Eclipse
Does someone know a plugin for Eclipse that replaces fully qualified Java class names with the simple one and the corresponding impor开发者_如何学JAVAt where possible? It would be even better if it co[详细]
2022-12-27 13:03 分类:问答Is it possible to have CDT and Java IDE together in Eclipse?
I have an Eclipse CDT environment up and running and customised just the way I like it. I\'m also going to be heavily dealing with Java.[详细]
2022-12-27 03:04 分类:问答Why does resolveBinding() return null even though I setResolveBindings(true) on my ASTParser?
I am writing an Eclipse plug-in that uses JDT AST\'s ASTParser to parse a method.I am looking within that method for the cr开发者_StackOverflow社区eation of a particular type of object.[详细]
2022-12-26 13:03 分类:问答Eclipse JDT API documentation, preferrably CHM format [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-24 13:20 分类:问答Adding method/variable declarations to org.eclipse.jdt.core.dom.CompilationUnit
i am trying to add method or variable declarations to org.eclipse.jdt.core.dom.Co开发者_Python百科mpilationUnit, but I can\'t figure out how to achieve that.[详细]
2022-12-24 06:29 分类:问答What does "Computing additional info" mean?
Eclipse Helios periodically starts running a job which displays \"Computing additional info\". During this time, Eclipse is very sluggish, bordering on unusable. What does this job do? Can I shut it o[详细]
2022-12-22 22:23 分类:问答How do I set the Eclipse build path and class path from an Ant build file?
There\'s a lot of discussion about Ant and Eclipse, but no previously answered seems to help me. Here\'s the deal: I am trying to build a Java program that compiles successfully with Ant from the com[详细]
2022-12-22 02:30 分类:问答JDT without Eclipse?
Some time ago I wrote an Eclipse plugin which makes use of JDT to d开发者_Python百科o some parsing. Now I am thinking of making a command-line version of this app. Naturally, I hope to reuse the parsi[详细]
2022-12-17 08:17 分类:问答