Posted September 30, 201510 yr 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 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!
September 30, 201510 yr This should be a good starting point. 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.
September 30, 201510 yr 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. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
October 1, 201510 yr Author 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? 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!
October 1, 201510 yr Author That's what's I did, but still ask about using the bulitin gradlew GUI. 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!
October 1, 201510 yr Author 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! 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!
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.