NovaViper Posted September 30, 2015 Posted September 30, 2015 Hey, I'm starting to try out IntelliJ for a change and I want to import my entire project (or at least setup the project and then import the source code onto the new one) from eclipse to IntelliJ. I have the actual stuff downloaded and ran that cmd to set up the workspace but I do not know how to open it. How exactly do I do this? ------EDIT------ Ok, I got the project open but it says the project SDK is missing, where do I found this at? Also I'm getting alot of errors about it not finding any of the files my classes imported in eclipse Quote Main Developer and Owner of Zero Quest Visit the Wiki for more information If I helped anyone, please give me a applaud and a thank you!
sham1 Posted September 30, 2015 Posted September 30, 2015 This should be a good starting point. Quote If my post helped you, please press that "Thank You"-button to show your appreciation. Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding! Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.
shadowfacts Posted September 30, 2015 Posted September 30, 2015 To setup a project SDK you need to go to the first tab of the Project Structure window (under the File menu). In the first tab there is a dropdown that is used to select which JDK you want to use. If you haven't used IntelliJ before, it has no knowledge of any JDKs installed on your computer. Press the New... button and select the home of the JDK installation you wish to use for your project. Quote Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
NovaViper Posted October 1, 2015 Author Posted October 1, 2015 Thanks guys! I got it up and I got another question about it. It says I can import my gradle project inside to use the visual gradle logger built in. How do I do that? Quote Main Developer and Owner of Zero Quest Visit the Wiki for more information If I helped anyone, please give me a applaud and a thank you!
NovaViper Posted October 1, 2015 Author Posted October 1, 2015 That's what's I did, but still ask about using the bulitin gradlew GUI. Quote Main Developer and Owner of Zero Quest Visit the Wiki for more information If I helped anyone, please give me a applaud and a thank you!
NovaViper Posted October 1, 2015 Author Posted October 1, 2015 The tutorial describes how to import the project as a gradle project, so if IntelliJ is asking you to do that later, you did not do the tutorial correctly. Oh, I didn't notice that it was a link. I got it working now, thanks guys! Quote Main Developer and Owner of Zero Quest Visit the Wiki for more information If I helped anyone, please give me a applaud and a thank you!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.