i wanna develop a plug-in.
by the plug-in , i can export all egl parts of one egl file into a text file.
which com.ibm. jar or Class shall i import, in my pde project.
Do you want to analyze the AST of EGL file? Or if you just want to copy the contents of EGL file to another txt file, then using Java I/O API is enough, no additional com.ibm.* plugins are required.