Removing part descriptor error on exported Eclipse productEclipse View Descriptor removedHow to auto-remove trailing whitespace in Eclipse?'Must Override a Superclass Method' Errors after importing a project into Eclipse“Debug certificate expired” error in Eclipse Android pluginsEclipse rcp show different layout in Launch and exported fileExport Eclipse RCP Producteclipse 4.3 RCP product is not workingCustom editor will not load the file in exported eclipse rcp productUnable to launch Eclipse RCP application product - The Launcher was unable to locate its companion shared libraryEclipse Export Product not possibleHow to get Java perspective on custom Eclipse product

General method to output dd1,d2,d3...dn in AnyDice

Why does it seem the best way to make a living is to invest in real estate?

How closely correlated is culture to geography?

Did Joe Biden "stop a prosecution" into his son in Ukraine? And did he brag about stopping the prosecution?

Why not add cuspidal curves in the moduli space of stable curves?

How can I find places to store/land a private airplane?

Is there an in-universe explanation of how Frodo's arrival in Valinor was recorded in the Red Book?

Are there types of animals that can't make the trip to space? (physiologically)

Ĉi tie or ĉi-tie? Why do people sometimes hyphenate ĉi tie?

What does "execute a hard copy" mean?

Knights and Knaves: What does C say?

How to identify whether a publisher is genuine or not?

Does the US Armed Forces refuse to recruit anyone with an IQ less than 83?

Postgres sometimes uses inferior index for WHERE a IN (...) ORDER BY b LIMIT N

Could the Queen overturn the UK Supreme Court ruling regarding prorogation of Parliament?

Did the Soviet army intentionally send troops (e.g. penal battalions) running over minefields?

Does the 'java' command compile Java programs?

IEEE 754 square root with Newton-Raphson

How important is knowledge of trig identities for use in Calculus

What did the Federation give the Prophets in exchange for access to the wormhole in DS9?

Does Bank Manager's discretion still exist in Mortgage Lending

Why do personal finance apps focus on outgoings rather than income

How are proofs normally constructed in a write up, in one line or split up into multiple lines?

What is the idiomatic solution in SQL Server for reserving a block of ids for use in a bulk insert?



Removing part descriptor error on exported Eclipse product


Eclipse View Descriptor removedHow to auto-remove trailing whitespace in Eclipse?'Must Override a Superclass Method' Errors after importing a project into Eclipse“Debug certificate expired” error in Eclipse Android pluginsEclipse rcp show different layout in Launch and exported fileExport Eclipse RCP Producteclipse 4.3 RCP product is not workingCustom editor will not load the file in exported eclipse rcp productUnable to launch Eclipse RCP application product - The Launcher was unable to locate its companion shared libraryEclipse Export Product not possibleHow to get Java perspective on custom Eclipse product






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0















I created an Eclipse product that opens a view. When I launch it through the .product file, everything works fine and the view opens but when I export it and launch it through the new .exe file I get this issue on startup:



!ENTRY org.eclipse.e4.ui.workbench 2 0 2019-03-28 15:48:23.160



!MESSAGE Removing part descriptor with the 'views.myView' id and the 'test myview' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.



Because of this, the view doesn't open on the exported product.I didn't change any of the dependencies so I can't figure out why this appears to be happening.










share|improve this question
























  • That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

    – greg-449
    Mar 28 at 21:06











  • yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

    – pepe1
    Mar 28 at 21:13











  • Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

    – pepe1
    Mar 28 at 21:23

















0















I created an Eclipse product that opens a view. When I launch it through the .product file, everything works fine and the view opens but when I export it and launch it through the new .exe file I get this issue on startup:



!ENTRY org.eclipse.e4.ui.workbench 2 0 2019-03-28 15:48:23.160



!MESSAGE Removing part descriptor with the 'views.myView' id and the 'test myview' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.



Because of this, the view doesn't open on the exported product.I didn't change any of the dependencies so I can't figure out why this appears to be happening.










share|improve this question
























  • That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

    – greg-449
    Mar 28 at 21:06











  • yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

    – pepe1
    Mar 28 at 21:13











  • Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

    – pepe1
    Mar 28 at 21:23













0












0








0








I created an Eclipse product that opens a view. When I launch it through the .product file, everything works fine and the view opens but when I export it and launch it through the new .exe file I get this issue on startup:



!ENTRY org.eclipse.e4.ui.workbench 2 0 2019-03-28 15:48:23.160



!MESSAGE Removing part descriptor with the 'views.myView' id and the 'test myview' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.



Because of this, the view doesn't open on the exported product.I didn't change any of the dependencies so I can't figure out why this appears to be happening.










share|improve this question














I created an Eclipse product that opens a view. When I launch it through the .product file, everything works fine and the view opens but when I export it and launch it through the new .exe file I get this issue on startup:



!ENTRY org.eclipse.e4.ui.workbench 2 0 2019-03-28 15:48:23.160



!MESSAGE Removing part descriptor with the 'views.myView' id and the 'test myview' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.



Because of this, the view doesn't open on the exported product.I didn't change any of the dependencies so I can't figure out why this appears to be happening.







java eclipse eclipse-plugin eclipse-rcp






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 28 at 21:02









pepe1pepe1

355 bronze badges




355 bronze badges















  • That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

    – greg-449
    Mar 28 at 21:06











  • yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

    – pepe1
    Mar 28 at 21:13











  • Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

    – pepe1
    Mar 28 at 21:23

















  • That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

    – greg-449
    Mar 28 at 21:06











  • yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

    – pepe1
    Mar 28 at 21:13











  • Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

    – pepe1
    Mar 28 at 21:23
















That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

– greg-449
Mar 28 at 21:06





That class is in the org.eclipse.ui.workbench plug-in - has that been included in the exported product?

– greg-449
Mar 28 at 21:06













yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

– pepe1
Mar 28 at 21:13





yes that is in there as well, this problem seemed to occur out of nowhere, the exported product used to work as well previously.

– pepe1
Mar 28 at 21:13













Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

– pepe1
Mar 28 at 21:23





Just saw this is basically a duplicate of this stackoverflow.com/questions/45199282/…, unfortunately no answers on that one

– pepe1
Mar 28 at 21:23












1 Answer
1






active

oldest

votes


















0
















I had to create a new project from scratch and copy & paste all the folders/files in there. I am still unsure as to what caused the issue.






share|improve this answer


























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406807%2fremoving-part-descriptor-error-on-exported-eclipse-product%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0
















    I had to create a new project from scratch and copy & paste all the folders/files in there. I am still unsure as to what caused the issue.






    share|improve this answer





























      0
















      I had to create a new project from scratch and copy & paste all the folders/files in there. I am still unsure as to what caused the issue.






      share|improve this answer



























        0














        0










        0









        I had to create a new project from scratch and copy & paste all the folders/files in there. I am still unsure as to what caused the issue.






        share|improve this answer













        I had to create a new project from scratch and copy & paste all the folders/files in there. I am still unsure as to what caused the issue.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 1 at 15:48









        pepe1pepe1

        355 bronze badges




        355 bronze badges

































            draft saved

            draft discarded















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406807%2fremoving-part-descriptor-error-on-exported-eclipse-product%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript