This Question is Answered

2 "helpful" answers available (2 pts)
3 Replies Last post: Jan 30, 2013 7:11 AM by Mark Vedder  
Rick Schmitty Newbie 8 posts since
Mar 6, 2012
Currently Being Moderated

Jan 30, 2013 4:49 AM

How do you access the SDK menu inside a project?

I am using Intellij IDEA 12.02.2 Build 123.123 and I have installed the Ruby (I believe used for RubyMine) plugin.  I chose IntelliJ over RubyMine as we also develop PHP, JS apps, and Flash apps in our shop.

 

When creating a new ruby project I am prompted to select an SDK but after I get into a project I'm unable to find this menu.  Could someone point me in the right direction?

 

We use rbenv for our ruby versions and install gems into the vendor folder inside each project.  Trying to figure out how to change these settings w/o re-creating the project

Mark Vedder Apprentice 812 posts since
Dec 10, 2003
Currently Being Moderated
Jan 30, 2013 6:33 AM in response to: Rick Schmitty
Re: How do you access the SDK menu inside a project?

To create or edit SDK definitions: File > Project Structure > [Platform Settings] > SDKs

 

To configure the SDK for a project: File > Project Structure > [Project Settings] > Project > Project SDK

 

A module can also set/override the SDK: File > Project Structure > [Project Settings] > Modules > {Module} > [Dependencies Tab] > Module SDK

Mark Vedder Apprentice 812 posts since
Dec 10, 2003
Currently Being Moderated
Jan 30, 2013 7:11 AM in response to: Rick Schmitty
Re: How do you access the SDK menu inside a project?

Glad to help. The difference between Project Settings and Project Structure dialogs can be confusing when new to the IDE.

.

More Like This

  • Retrieving data ...