Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caisback/56def586d007e8f310386fc3c77c2523 to your computer and use it in GitHub Desktop.
Save caisback/56def586d007e8f310386fc3c77c2523 to your computer and use it in GitHub Desktop.
Ubuntu 20_04 LTS - Installing CodeReady Studio 12.14.0

Note

CodeReady Studio 12.18.0 requires minimum of java 11

Installation and Running

  1. Download CodeReady Studio 12.14.0 save teh file on Downloads folder
  2. Allow the file to execute
    • Open the folder application
    • Go to Downloads folder
    • Locate the file codereadystudio-12.14.0.GA-installer-standalone.jar
    • Right click on it
    • Properties
    • Select Permission Tab
    • click the Execute: checkbox with text "Allow executing file as program"
    • close the window and done
  3. Run the download installer file
    1. Open new terminal
    2. $ java -jar /home/<YOUR-USERNAME_HERE>/Downloads/codereadystudio-12.14.0.GA-installer-standalone.jar
    • Step 1 of 10 : Click Next
    • Step 2 of 10 : Select "I accept the terms of this license agreement" and click Next
    • Step 3 of 10 : Choose default given and click Next
    • Step 4 of 10 : Just click Next
    • Step 5 of 10 : Click Add... > Add folder /opt (use the browse button in locating the /opt folder) > click Next
    • Step 6 of 10 : Select all available features to install > click Next
    • Step 7 of 10 : Summary Information, click Next
      **Installation path:**
      /home/bboy/codereadystudio
      **Java VM path:**
      default
      **Components to install:**
      Red Hat CodeReady Studio 12.14.0.GA Red Hat Red Hat Fuse Tooling  
      **Disk Space:**
      Available Disk Space: 200.14 GB Required Disk Space: 754.02 MB```
      
    * Step 8 of 10 : Installation... then click Next when available
    * Step 9 of 10 : Setup Shortcuts
      * check Create Shortcuts in the Start-Menu
      * select current user
      * click Next
    * Step 10 of 10 : Finish > Click Done
    
  4. Proper way of running CodeReady
    • Open new terminal, follow below commands;
    $ cd codereadystudio/
    $ sudo ./codereadystudio
    

Issues and Solution

  1. log4j
    • Issue
       log4j:WARN No appenders could be found for logger (org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider).
       log4j:WARN Please initialize the log4j system properly.
    
    • Solution
@caisback
Copy link
Author

Installing CodeReady 12.14

~$ java -jar Downloads/codereadystudio-12.14.0.GA-installer-standalone.jar 

IMPORTANT: Select Platforms and Servers Step 5 of 10; from /opt to /home<YOUR_USER>/ESB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment