A
admin
Hi all!
I am developing an eclipse plugin, using SWT. The program is quite big
and it creates a new prespective, and in this prespective it creates a
lot of views...
Soon though, I will have to convert this plugin to run as a standalone
java application (i.e. so you don't need to start eclipse in order to
run it). The thing is that I can't find a way to do that... creating
views is connected with accessing the workbench page. But when you
create a Java project in eclipse, you have no access to this libraries
and classes...
So, any suggestions?
Thanks!
I am developing an eclipse plugin, using SWT. The program is quite big
and it creates a new prespective, and in this prespective it creates a
lot of views...
Soon though, I will have to convert this plugin to run as a standalone
java application (i.e. so you don't need to start eclipse in order to
run it). The thing is that I can't find a way to do that... creating
views is connected with accessing the workbench page. But when you
create a Java project in eclipse, you have no access to this libraries
and classes...
So, any suggestions?
Thanks!