Tagged Questions

0
votes
1answer
39 views

Problem using the Eclipse Abtract Syntax Tree

I'm trying to use AST parser in a non-plugin environment. The code compiles, but I get the following runtime error: Exception in thread "main" java.lang.NoClassDefFoundError: …
3
votes
1answer
37 views

Can I use eclipse JDT/EST for other programming languages?

Can I use the AST / JDT for other languages? for example to write my own parser for C# that uses somehow the AST technology?
1
vote
2answers
45 views

How to make an Eclipse debug launcher that launches a Class

I'm trying to make an Eclipse launch configuration that I can launch programmatically, kind of building a custom debugger if you like. I've already got an …
0
votes
1answer
49 views

Reuse Eclipse’s Plugin Manifest Editor

I want to have the PluginManifestEditor functionality in my view(not in a editor). Also I need to add some extra pages to it(along with the existing ones like Overview, Dependencies, runtime etc.). I …