Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » imports cannot resolve in RCP plugin handler
imports cannot resolve in RCP plugin handler [message #725191] Wed, 14 September 2011 07:41
Stella  is currently offline Stella Friend
Messages: 6
Registered: August 2011
Junior Member
Hi,

I created RCP application(assume RCP toolbar plugin) to create a toolbar button.Then i added handler,like simply showing Dialog box with some message.

Then I exported RCP toolbar plugin as executable jar and i installed this plugin into differen eclipse environment.It is working fine.

Then I included one plugin(assume JAR Plugin) into toolbar plugin as a dependency,which is having all the jars to implement the required task.

Also,I modified the handler according to my requirement,But the problem is,I am getting "imports cannot resolve" for the packages like,

import org.apache.poi.hssf.usermodel.HSSFRow;
import org.apache.poi.hssf.usermodel.HSSFSheet;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.hibernate.Criteria;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Restrictions;
till some more packages which is regarding my project.

not for all the packages only for some packages.

But all these packages are there in that JAR Plugin,what i added as a dependency plugin.

I don know why i am getting this issue.

Could anyone help me to resolve this problem?



Thanks in advance.


Previous Topic:weird problem during startup
Next Topic:Add External Jars to RCP
Goto Forum:
  


Current Time: Fri Apr 26 03:30:35 GMT 2024

Powered by FUDForum. Page generated in 0.04646 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top