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 8977871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:28:24+00:00 2026-06-15T19:28:24+00:00

I have developed two eclipse plugins, EAXMLModelExchange and EAXMLModelExchangeWizard. I want to call a

  • 0

I have developed two eclipse plugins, EAXMLModelExchange and EAXMLModelExchangeWizard.

I want to call a public static method EAXMLExchange.convertEAModelToEAXml(String, String) in the plugin EAXMLModelExchangeWizard.

The class are located in the package eaxmlmodelexchange.

How the method is called.
import eaxmlmodelexchange.EAXMLExchange;

It work when I run the project as Eclipse Application but when I export it to .jar files the method dosen’t get called.

public void runFunction() {
   EAXMLExchange.convertEAModelToEAXml(String, String);
}

The MANIFEST.MF in EAXMLModelExchange

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EAXMLModelExchange
Bundle-SymbolicName: EAXMLModelExchange;singleton:=true
Bundle-Version: 1.0.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.sphinx.emf;bundle-version="0.7.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: eaxmlmodelexchange

MANIFEST.MF in EAXMLModelExchangeWizard

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EAXMLModelExchangeWizard
Bundle-SymbolicName: EAXMLModelExchangeWizard;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: eaxmlexchangewizard.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ui.ide,
 org.eclipse.sphinx.emf;bundle-version="0.7.0",
 EAXMLModelExchange;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Does anyone know how to get it to work?

  • 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-15T19:28:25+00:00Added an answer on June 15, 2026 at 7:28 pm

    One technique you can use to see what error is being thrown is to write any exceptions to the Eclipse log. The Error Log view lets you view and clear the log.

    try {
        EAXMLExchange.convertEAModelToEAXml("Hello", "World");
    } catch (Exception e) {
        IStatus status = new Status(Status.ERROR,"EAXMLModelExchangeWizard","Error calling other plugin",e);
        Activator.getDefault().getLog().log(status);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SVN in Eclipse is spread into two camps. The SVN people have developed a
i have two projects in eclipse and i want to copy some files from
I have a handler in an Eclipse plugin (developed on Indigo) that I want
I have developed two apps for Android. I copy them to memory card of
I am very new to iPhone. I have developed two version of an application
I have two android applications that I have developed. I need to compare the
Say you have two main-line branches that have been developed separately for a long
I have two questions. In my webpage (developed by me), I use the GET
I have a repositories, i want to have two views: Developers can see the
I have two unrelated repositories 'public' and 'develop': prj/ public/ develop/ 'develop' has lots

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.