Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Where is jdk path in linux mint?

  1. #1
    Junior Member javaj55's Avatar
    Join Date
    Jun 2017
    Location
    earth
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Where is jdk path in linux mint?

    Where is jdk path in linux mint for netbeans?
    as pic
    Imgur: The most awesome images on the Internet

  2. #2
    Member John Joe's Avatar
    Join Date
    Jun 2017
    Posts
    277
    My Mood
    Amused
    Thanks
    8
    Thanked 19 Times in 19 Posts

    Default Re: Where is jdk path in linux mint?

    To get the JDK path is linux, just simply type
    $ which java
    Whatever you are, be a good one

  3. #3
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Where is jdk path in linux mint?

    Also if NetBeans isn't detecting your JDK by default, there is a good chance you have installed it into an non standard location or more likely, not at all.

Similar Threads

  1. Installing netbeans 8 on Linux mint 17
    By Chach_30 in forum Computer Support
    Replies: 3
    Last Post: September 24th, 2014, 07:11 AM
  2. Its Legal Instal Oracle JDK on Linux?
    By vikar in forum Java Theory & Questions
    Replies: 2
    Last Post: May 21st, 2014, 10:58 AM
  3. How to install the JDK on Ubuntu Linux
    By Brt93yoda in forum Java JDK & IDE Tutorials
    Replies: 2
    Last Post: July 9th, 2011, 07:18 AM
  4. Replies: 1
    Last Post: June 7th, 2011, 11:53 AM
  5. How to install the JDK on Ubuntu Linux
    By Brt93yoda in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: June 5th, 2011, 09:09 AM