My question here is how do i know my plug-in state after installing it. like whether it is active or not?
because my code above is checking for the plug-in state and if it is active or resolved then it is adding some library files to the project.
the same above code is working fine in MyEclipse5.0, means, in MyEclipse5.0 if i install my plug-in its is either Active or RESOLVED state hence it is successfully adding my libraries to the project, but it is failing in MyEclipse7.0