Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9022533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:32:01+00:00 2026-06-16T05:32:01+00:00

I have an eclipse plug-in working fine within eclipse environment. I wanted to export

  • 0

I have an eclipse plug-in working fine within eclipse environment.

I wanted to export it into a jar file, so I chose Export > Deployable plug-ins and fragments.

enter image description here

I could get a jar file, but an error was reported.

enter image description here

Opening the log file, it reports that I have 1242 problems (191 errors, 1051 warnings). This is some copy from the error log.

2. ERROR in /Users/LSclipse/src/lsclipse/LSDiffRunner.java (at line 61)
    import edu.washington.cs.induction.OnePipeLineScript;
           ^^^
The import edu cannot be resolved
----------
3. ERROR in /Users/LSclipse/src/lsclipse/LSDiffRunner.java (at line 261)
    OnePipeLineScript.getMatchingForRefFinder(projName, proj1, proj1Loc
    ^^^^^^^^^^^^^^^^^
OnePipeLineScript cannot be resolved

Why I got errors? I had 2049 warnings, but no error when I compile the plugin in eclipse IDE.

ADDED

The main project references two other projects, and references many external libraries. I attach the package view and Java build path.

enter image description here
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:32:02+00:00Added an answer on June 16, 2026 at 5:32 am

    There were multiple issues involved for this problem. However, the core issue was that the project apimatching and originanalysis were not eclipse plugins but just java projects. As a result, those two projects were not included in the final jar file to break the build.

    Symbolic linking the two projects into the main project

    I solved this issue by symbolic link the src directory into the main eclipse plugin project.

    ln -s /workspace/seal/edu.ucsc.originanalysis/src /LSclipse/originanalysis
    ln -s /workspace/seal/edu.ucsc.apimatching/src /LSclipse/apimatching
    

    From the Java Build Path/Source tab, I added those two included projects as source. Eclipse Java Missing required source folder: 'src'

    Now I have eclipse plugin jar file without error.

    enter image description here
    enter image description here

    Then click F-5 to refresh the project explorer and check they are java src directory.

    Select the included projects in Build tab.

    enter image description here

    Updating bin.include and source.. in build.properties tab is important. One should understand that in bin.include the ordering is also critical. lib/cdtparser.jar and lib/cdtcore.jar should be placed prior to the user of them – origin analysis/.

    enter image description here

    Copying jar files for included project into main project

    I also had to copy some jar files in those projects file into the main project, and select them in Binary Build tab.

    enter image description here

    And add tim in Runtime/Classpath tab.

    enter image description here

    Select the JavaSE-1.6 in Execution Environments.

    I have lots of “Must Override a Superclass Method” errors. With the hint from this post – 'Must Override a Superclass Method' Errors after importing a project into Eclipse , I removed the J2SE-1.5 to resolve this issue.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For as long as I've been working on Eclipse plug-ins when I have wanted
I have all my Eclipse Plug-Ins checked out in one Hudson workspace. For every
I am a newbie to Eclipse. I have some plug-ins installed in my eclipse
I am working under Eclipse plug-in development. I have implemented two view parts to
I was wondering are there any Eclipse plug-ins will that let me export my
I'm developing an Eclipse plug-in and I have a problem which is reproduced here:
I currently have Eclipse Ganymede running on my system. I wanted to install Eclipse
I'm currently working on a plug-in for Eclipse that translates some custom Java code
I'm running eclipse with the Blackberry Java Plug-in, working on a 1.4.5 Blackberry project.
I have this kind of problem. I have Clojure code contained in Eclipse plug-in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.