Eclipse Problems

Discussion in 'Plugin Development' started by lcpvp, Feb 5, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    lcpvp

    Hey, I tried to decompile the plugin jar of "StockMarket" Plugin, because I wanted to add some stuff. Being new to decompiling, I just download the jar, opened in archive utility, and tried to then open the class file in eclipse. Now, I can't open eclipse on my mac mini, it quits unexpectedly whenever I try and open. I have many plugins and files on their, and I can't afford to delete it and loose them. What do I do?

    Also, I did have permission from the owner to add stuff to StockMarket :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  2. Offline

    jorisk322

  3. Offline

    RealDope

    I've always used JD-GUI. Have had some issues in the past where decompiled works are slightly off for no apparent reason, took me a few hours to catch and fix it, was pretty tedious :/
     
  4. No offense to you but you don't seem to have any idea what you're doing.
    The source code can be found here: https://github.com/Mashlol/StockMarket
    Looks like a lot of people have forked the code and added their own little bits to it but this is the original and very out of date version that you're foolishly attempting to extract from a jar file.

    Good luck!
     
  5. Offline

    lcpvp

    Yup, so what do I do about eclipse, since I can't open it, it quits right away. And yea, cuz all my work is my own, I don't decompile usually.
     
  6. Offline

    RealDope

    Well considering you seemed to screw with it until it was fed up with your garbage, and we don't really know what you did, I'd recommend saving your workspace and reinstalling eclipse.
     
  7. Save your workspace (As it should be separate from the Eclipse program files) and re-install.
    If that doesn't work then create a new workspace (If you're able to get that far into the loading process).
    If that doesn't work you'll need to scrub every last bit of Eclipse from your computer and start again.
     
  8. Offline

    lcpvp

    How do I save my workspace xD
     
  9. Offline

    Tog

    Find the folder where you're saving all your projects and copy it somewhere safe.
     
  10. Offline

    microgeek

    Learn about the JVM, and Java decompilers, then re-try. :)
     
Thread Status:
Not open for further replies.

Share This Page