Discussion:
Installing Netbeans on Solaris 11
LongShoreman
13 years ago
Permalink
I'm trying to install Netbeans 7.2 on Solaris 11. I can initiate the install with no problems, however, when the installation panel in displayed I get the message :No compatible JDK found".

I've installed the JDK1.7.0 and used the "JAVA_HOME" variable to point the the following path; "/usr/jdk/instances/jdk1.7.0/bin". I've read the Netbeans documentation and it instructed me to use java7u4 for solaris which I've done.

How do I determine that I'm using the correct release of JDK?

I've set my the JAVA_HOME in my path to the location of where the JDK installed, what should I do next.

Thanks
Javier Ortiz
13 years ago
Permalink
Try java -version on the command prompt.



Senior Software Quality Engineer
ArthroCare Corporation
7000 William Cannon Drive
Austin, TX 78735
Phone: 512-358-5996
email: ***@arthrocare.com


-----Original Message-----
From: LongShoreman [mailto:***@ameritech.net]
Sent: Thursday, September 20, 2012 1:24 PM
To: ***@netbeans.org
Subject: [nbusers] Installing Netbeans on Solaris 11

I'm trying to install Netbeans 7.2 on Solaris 11. I can initiate the install with no problems, however, when the installation panel in displayed I get the message :No compatible JDK found".

I've installed the JDK1.7.0 and used the "JAVA_HOME" variable to point the the following path; "/usr/jdk/instances/jdk1.7.0/bin". I've read the Netbeans documentation and it instructed me to use java7u4 for solaris which I've done.

How do I determine that I'm using the correct release of JDK?

I've set my the JAVA_HOME in my path to the location of where the JDK installed, what should I do next.

Thanks




**********

The information contained in this e-mail message, together with any
attachments thereto, is intended only for the personal and confidential
use of the addressee named above. The message and the attachments
are or may be privileged or protected communication. If you are not the
intended recipient of this message, or authorized to receive it for the
intended recipient, you have received this message in error, and you
are not to review, use, disseminate, distribute or copy this message,
any attachments thereto, or their contents. If you have received this
message in error, please immediately notify us by return e-mail
message, and delete the original message.

Pursuant to Circular 230 issued by the United States Treasury
Department and relating to practice before the Internal Revenue
Services, any comment or opinion in this communication relating to a
federal tax issue is not intended to be used, and cannot be used, by a
taxpayer for the purpose of avoiding tax-related penalties that may be
imposed on the taxpayer.
LongShoreman
13 years ago
Permalink
I'm new to Solaris

I received the following information below:

ava version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)

However, my path points to "/usr/jdk/instances/jdk1.7.0/bin". Here is my path below

JAVA_HOME=/usr/jdk/instances/jdk1.7.0/bin
export JAVA_HOME
export PATH=/usr/bin:/usr/sbin:$JAVA_HOME

The env command shows the following:

PATH=/usr/bin:/usr/sbin:/usr/jdk/instances/jdk1.7.0/bin

Is there something that I'm missing?

Thanks
Javier Ortiz
13 years ago
Permalink
I've never used Solaris, just answered your question on how to figure out. Need to find out how to make JDK7 the default. Anyway, I think you can configure this in your netbeans.conf file.



Senior Software Quality Engineer
ArthroCare Corporation
7000 William Cannon Drive
Austin, TX 78735
Phone: 512-358-5996
email: ***@arthrocare.com


-----Original Message-----
From: LongShoreman [mailto:***@ameritech.net]
Sent: Thursday, September 20, 2012 2:36 PM
To: ***@netbeans.org
Subject: [nbusers] Installing Netbeans on Solaris 11

I'm new to Solaris

I received the following information below:

ava version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)

However, my path points to "/usr/jdk/instances/jdk1.7.0/bin". Here is my path below

JAVA_HOME=/usr/jdk/instances/jdk1.7.0/bin
export JAVA_HOME
export PATH=/usr/bin:/usr/sbin:$JAVA_HOME

The env command shows the following:

PATH=/usr/bin:/usr/sbin:/usr/jdk/instances/jdk1.7.0/bin

Is there something that I'm missing?

Thanks




**********

The information contained in this e-mail message, together with any
attachments thereto, is intended only for the personal and confidential
use of the addressee named above. The message and the attachments
are or may be privileged or protected communication. If you are not the
intended recipient of this message, or authorized to receive it for the
intended recipient, you have received this message in error, and you
are not to review, use, disseminate, distribute or copy this message,
any attachments thereto, or their contents. If you have received this
message in error, please immediately notify us by return e-mail
message, and delete the original message.

Pursuant to Circular 230 issued by the United States Treasury
Department and relating to practice before the Internal Revenue
Services, any comment or opinion in this communication relating to a
federal tax issue is not intended to be used, and cannot be used, by a
taxpayer for the purpose of avoiding tax-related penalties that may be
imposed on the taxpayer.
David Johnson
13 years ago
Permalink
Do you have a link file pointing to java 1.6. in either /usr/bin
or /usr/sbin?
Post by LongShoreman
I'm new to Solaris
ava version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
However, my path points to "/usr/jdk/instances/jdk1.7.0/bin". Here is my path below
JAVA_HOME=/usr/jdk/instances/jdk1.7.0/bin
export JAVA_HOME
export PATH=/usr/bin:/usr/sbin:$JAVA_HOME
PATH=/usr/bin:/usr/sbin:/usr/jdk/instances/jdk1.7.0/bin
Is there something that I'm missing?
Thanks
LongShoreman
13 years ago
Permalink
I determined why I was running the jdk1.6.0. I changed the order of the search within my path variable.

However, I'm still having the same issue with not being able to locate a compatible JDK when i execute the install of Netbeans IDE.

Can you tell me what is causing the install of Netbeans not to locate the proper JDK. From reading the requirements on the Netbeans website I'm must have JDK 1.7.0 or greater, which I have.

What else should I be looking for?

Thanks
Javier Ortiz
13 years ago
Permalink
You can force this by adding this command to the NetBeans call --jdkhome path/to/jdk



Senior Software Quality Engineer
ArthroCare Corporation
7000 William Cannon Drive
Austin, TX 78735
Phone: 512-358-5996
email: ***@arthrocare.com


-----Original Message-----
From: LongShoreman [mailto:***@ameritech.net]
Sent: Friday, September 21, 2012 1:13 PM
To: ***@netbeans.org
Subject: [nbusers] Installing Netbeans on Solaris 11

I determined why I was running the jdk1.6.0. I changed the order of the search within my path variable.

However, I'm still having the same issue with not being able to locate a compatible JDK when i execute the install of Netbeans IDE.

Can you tell me what is causing the install of Netbeans not to locate the proper JDK. From reading the requirements on the Netbeans website I'm must have JDK 1.7.0 or greater, which I have.

What else should I be looking for?

Thanks




**********

The information contained in this e-mail message, together with any
attachments thereto, is intended only for the personal and confidential
use of the addressee named above. The message and the attachments
are or may be privileged or protected communication. If you are not the
intended recipient of this message, or authorized to receive it for the
intended recipient, you have received this message in error, and you
are not to review, use, disseminate, distribute or copy this message,
any attachments thereto, or their contents. If you have received this
message in error, please immediately notify us by return e-mail
message, and delete the original message.

Pursuant to Circular 230 issued by the United States Treasury
Department and relating to practice before the Internal Revenue
Services, any comment or opinion in this communication relating to a
federal tax issue is not intended to be used, and cannot be used, by a
taxpayer for the purpose of avoiding tax-related penalties that may be
imposed on the taxpayer.
LongShoreman
13 years ago
Permalink
Is the "--/path/to/jdk" just added to the command at the end?

I tried it this way and got the same results.

Thanks
Javier Ortiz
13 years ago
Permalink
Need to add --jdkhome /path/to/jdk.

Where/how are you adding it?



Senior Software Quality Engineer
ArthroCare Corporation
7000 William Cannon Drive
Austin, TX 78735
Phone: 512-358-5996
email: ***@arthrocare.com


-----Original Message-----
From: LongShoreman [mailto:***@ameritech.net]
Sent: Friday, September 21, 2012 3:37 PM
To: ***@netbeans.org
Subject: [nbusers] Installing Netbeans on Solaris 11

Is the "--/path/to/jdk" just added to the command at the end?

I tried it this way and got the same results.

Thanks




**********

The information contained in this e-mail message, together with any
attachments thereto, is intended only for the personal and confidential
use of the addressee named above. The message and the attachments
are or may be privileged or protected communication. If you are not the
intended recipient of this message, or authorized to receive it for the
intended recipient, you have received this message in error, and you
are not to review, use, disseminate, distribute or copy this message,
any attachments thereto, or their contents. If you have received this
message in error, please immediately notify us by return e-mail
message, and delete the original message.

Pursuant to Circular 230 issued by the United States Treasury
Department and relating to practice before the Internal Revenue
Services, any comment or opinion in this communication relating to a
federal tax issue is not intended to be used, and cannot be used, by a
taxpayer for the purpose of avoiding tax-related penalties that may be
imposed on the taxpayer.

Continue reading on narkive:
Loading...