Eclipse Wizard does not close on "finish" in a production environment -


I have an eclipse plugin which is running fine in the eclipse version which I am using to develop it. It basically runs fine even if I export it and install it in a Kappular version.

My plugin has a new project wizard that can be used with plugins.

Now if I have used this wizard in my development, then if I click on end then everything is fine that the project is created and the dialog is closed it happens.

If I install the fresh Kappler installation, the project will also be prepared and looks correct anytime, but until I hit cancel the dialogue will not be closed.

Now I actually know more information but there is no exception in the development environment.

Also, when I start the fresh Kepler with the option of -debug , I will not get an exception if I

Any idea which might be the cause of this problem or how can I get more information on this?

This is always worth seeing in the .log file workspace The .metadata directory when something goes blank, it happens to see if something is logged.

In fact, during plug-in development it is ok to check the log in some time. Some are logged.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -