JRockit Installation part 2 - Post Installation steps



If you are reading this post, it means you have already read my previous post regard JRockit installation. If you have not read my previous post, here are the link to read it:
  1. JRockit Installation part 1 - Installing the software
Now you have installed JRockit in your VM, now there is one little step you have to do to activate the JRockit.
STEPS:
1. Open your bash profile
  • command : vi ~/.bash_profile

2. Press "i" to edit the file

3. Add an extra line as given below;
  • command JAVA_HOME=<PATH_OF_JROCKIT_SOFTWARE>; export JAVA_HOME

4. save and exit the bash profile
  • command : :wq!

5. Now Refresh the bash profile to reflect the changes.
  • command : source ~/.bash_profile

6. Check if the JAVA_HOME parameter called the location of the JRockit software
  • command : echo $JAVA_HOME

7. If you are getting the location of the JRockit installed location, then your JRockit is ready for some action.


Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© Ganesh Sairam's Oracle Blog
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top