Taswar Bhatti
The synonyms of software simplicity
Tag: jvm
scala-ubuntu

First one has to get their java working. To install java

Once java is installed we will install scala, I like using stow for my package management for non apt-get stuff.

Now that we have scala is installed lets get play framework installed

If you get an error when you launch play […]

Rubymine

In order to run Rubymine under a 64bit jvm one needs to run the IDE from the bat file. In the bat file which is located at C:\Program Files (x86)\JetBrains\RubyMine 3.1.1\bin add this line SET RUBYMINE_JDK=%ProgramFiles%/Java/jdk1.6.0_25 and remove the IF statements ::IF “%RUBYMINE_JDK%” == “” SET RUBYMINE_JDK=%JDK_HOME% ::IF “%RUBYMINE_JDK%” == “” goto error Run the […]

UA-4524639-2