Jump to content

[1.8][SOLVED]How do I set up my workspace for IntelliJ?


NovaViper

Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.