• About
  • License

Jorge Code

~ Viewpoint of a programmer, Java, Ubuntu, etc.

Jorge Code

Category Archives: Basic

Articles for beginners

How to Install Oracle Java 9 in Ubuntu

22 Wednesday Jun 2016

Posted by Jorge in Basic, Java, Ubuntu

≈ Leave a comment

JavaIn previous post I showed you how to install Oracle Java 8 and 7 but, come on! Oracle Java 9 it’s here and It’s stable in Ubuntu!.

This is the new and easy procedure!

Continue reading →

Advertisement

Create a directory if doesn’t exist

09 Wednesday Dec 2015

Posted by Jorge in Basic, Java

≈ Leave a comment

coffee_bean

If you have to create a directory if doesn’t exist, you can use this code:
Continue reading →

Video: What’s a computer programmer ?

02 Wednesday Dec 2015

Posted by Jorge in Android, Basic, Java, JavaScript, News, Ubuntu

≈ Leave a comment

Tags

Bill Gates, computer program, Mark Zuckerberg, Programmer, Steve Jobs

VideoI love this video!!!
It’s a short and beautiful presentation about what’s a computer programmer with short interviews with some personalities like Bill Gates, Mark Zuckerberg, Steve Jobs, etc. What although perhaps you are a programmer I recommend you to see it.

Enjoy!!!
Continue reading →

How to Install Oracle Java 8 or 7 in Ubuntu

13 Friday Nov 2015

Posted by Jorge in Basic, Java, Tips and tricks, Ubuntu

≈ Leave a comment

Tags

oracle java ubuntu install

In some sitJavauations you need to run applications developed in Oracle Java over Ubuntu.
If you try to do this with recommended open souce flavors like openjdk-8-jdk and/or openjdk-8-jre sometimes rise up errors or malfunctions.

You can correct this situations by installing original Oracle Java Version 7 or 8 doing this procedure in a terminal:
Continue reading →

Some simple Java convertions

12 Sunday Apr 2015

Posted by Jorge in Basic, JavaScript

≈ Leave a comment

People always ask me how to do trivial things like conversions, let’s start
here:

String to Integer:

String stringNumber = "5";
int number = Integer.parseInt(stringNumber);

Continue reading →

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 680 other subscribers
Follow Jorge Code on WordPress.com

Categories

  • Android (6)
    • Tips and tricks (4)
  • Humor (1)
  • Java (10)
    • Advanced (2)
    • Basic (5)
    • Intermediate (2)
  • JavaScript (4)
  • News (8)
  • Sin categoría (1)
  • Ubuntu (9)
    • Tips and tricks (4)

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 680 other subscribers
Follow Jorge Code on WordPress.com

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • Jorge Code
    • Already have a WordPress.com account? Log in now.
    • Jorge Code
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...