Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How do i open a jar-file in eclipse to be able to run it?
How do i open a jar-file in eclipse to be able to run it? [message #1822175] Fri, 28 February 2020 17:34 Go to next message
Maxi Franke is currently offline Maxi FrankeFriend
Messages: 9
Registered: February 2019
Junior Member
Hello

I downloaded this:
Class File Reader

How do i open it in eclipse to be able to run it=
as i tried to open it from windows explorer (rightclick -> open with -> eclipse), the file is opened in the eclipse window, but i cannot give it run-configurations.
What is the right way to use it in Eclipse?
Re: How do i open a jar-file in eclipse to be able to run it? [message #1822177 is a reply to message #1822175] Fri, 28 February 2020 19:28 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Eclipse is not designed to open a jar and run it. You'd need to create a Java project and add that as a library to run in. And even then, you'd want to specify what this thing is supposed to decompile. I think it's designed to be used on the command line, so I'd suggest reading their FAQ:

http://www.benf.org/other/cfr/faq.html

Ask them how to use it if that's not clear from the FAQ.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:java.lang.UnsatisfiedLinkError when starting up eclipse-jee-2019-12 on Linux
Next Topic:Eclipse Fortran Debugger
Goto Forum:
  


Current Time: Tue Mar 19 07:16:28 GMT 2024

Powered by FUDForum. Page generated in 0.02987 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top