Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335651 - HSQLDB plugin for eclipse, manifest.mf, manifest
Summary: HSQLDB plugin for eclipse, manifest.mf, manifest
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 01:35 EST by pranay jha CLA
Modified: 2011-01-28 11:20 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pranay jha CLA 2011-01-28 01:35:28 EST
Build Identifier: 20100617-1415

Hi, 

I downloaded a HSQLDB plugin for eclipse from sourceforge and copied the files to the plugins directory in the eclipse plugin folder. 
It contained two directories hsqldb.core and hsqldb.ui
To deploy the plugin I opened command prompt and navigated to the plugin directory of eclipse and then to hsqldb.ui (E:\eclipse\plugins\hsqldb.ui)and ran the command:
E:\eclipse\plugins\hsqldb.ui>"C:\Program Files\Java\jdk1.6.0\bin\jar" cvs ui.jar -C bin .
This created a ui.jar in eclipse\plugins\hsqldb.ui directory. 
All's find now, but after restarting eclipse I got at least a 100 errors and got an error in manifest.mf file of the current project I was working in. Surprisingly its not there in other projects. 
These errors are in all the java files and manifest.mf file. 
The error says "cannot export packages prefixed with java"
And the error is in all the import statements, for eg, 
import javax.servlet.jsp.JspException;
Now the plugin was deployed like it should be and that id how everyone I know have done it. The funny thing is I am not even getting the link for the plugin.


Reproducible: Didn't try
Comment 1 Curtis Windatt CLA 2011-01-28 11:20:24 EST
I don't believe your issue is with Plug-in Development Environment (PDE), which is used to develop plug-ins.  The steps to install hsqldb seem a little unusual, so if you are having issues with it, perhaps you can ask one of the developers?

Closing as NOT_ECLIPSE.