Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » [New to forums] Need help with compiling/importing SRC
[New to forums] Need help with compiling/importing SRC [message #1768653] Fri, 21 July 2017 04:23 Go to next message
Brennen Stapleton is currently offline Brennen StapletonFriend
Messages: 4
Registered: January 2017
Junior Member
Hi, so I have a source code for a jar file and it looks like this http://prntscr.com/fycvnk and from the src it goes into main then into java and resources. Resources have yml files. Jjava goes into net then into rory then into gberry and smellyinventory then into the main part with java files and more folders with java files. So what I want to do is get this into eclipse so I can compile it or something else to compile it and I do not know how. I have searched for it and couldn't find anything on it so help would be great.
Again from the title I am new to the forums so if there is a better place to put this please let me know.
Thanks
Re: [New to forums] Need help with compiling/importing SRC [message #1768668 is a reply to message #1768653] Fri, 21 July 2017 07:32 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Converting an existing project to a Java project is poorly supported. Maybe this will help: https://stackoverflow.com/questions/179439/how-to-change-an-eclipse-default-project-into-a-java-project

Alternatively, create a new Java project and copy/import the files/folder into that. Note that the Java tools needs to know which folder(s) are root source folders. If you have something like src/main as the root, you'll need to use the context menu on the project to bring up Properties... and modify the Java Build Path's "Source" tab to specify that folder rather than just the src folder, which is the default...


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Set Eclipse use 16core CPU
Next Topic:unresolved import
Goto Forum:
  


Current Time: Sat Apr 27 02:49:47 GMT 2024

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

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

Back to the top