Skip to main content



      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 00:23 Go to next message
Eclipse UserFriend
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 03:32 Go to previous message
Eclipse UserFriend
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...
Previous Topic:Set Eclipse use 16core CPU
Next Topic:unresolved import
Goto Forum:
  


Current Time: Tue Apr 15 02:19:31 EDT 2025

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

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

Back to the top