Computers & Internet Logo

Related Topics:

Posted on Aug 06, 2010

Hi All, When I am installing install shield to my linux machine by running InstallShieldUniversal_Linux.sh file, then I am getting below error: This application requires a Java Run Time Environment (JRE) to run. Searching for one on your computer was not successful. Please use the command line switch -is:javahome to specify a valid JRE. For more help use the option -is:help. I had tried with -is:javahome option by specifying a proper java home location, but still getting the same error. Appreciate if anyboady can help me out to resolve this. Thanks Harish

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 8 Answers
  • Posted on Aug 06, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Jul 31, 2010
Answers
8
Questions
2
Helped
622
Points
16

Goto suns website and download their JRE or JDK. Google sun JRE.

(although now they are oracle)

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

I downloaded a Linux program from the Internet to my download directory. How can I install it?

It depends on situation.
What is your operating system?

Windows:
No easy way exists to run Linux program in windows. Use VirtualBox or VMware virtual environment, download Linux OS, install virtual Linux machine and then install your downloaded program in Linux.
VirtualBox free download (virtual environment):
Welcome to VirtualBox org

Ubuntu Linux OS free download (virtual machine):
http://www.ubuntu.com/download/desktop

Your final installation set look:

Your downloaded program
Linux operating system - installed as virtual machine
Virtual environment
Windows OS
These components are installed on computer

Linux:
There exists more program packages types :
RPM package installation (Centos, RedHat, OpenSuse...)
rpm -ivh program_name.rpm

Debian package installation (Ubuntu, Debian...)
sudo dpkg -i program_name.deb
or
sudo apt get install program_name

General compressed file / installator
File extesion examples:
package_name.tgz
package_name.tar.gz:

Unpacking
tar -xvzf program_name.tgz

Installation of executable file :
./install.sh
(or another file from the package)
2helpful
2answers

Hi I'm using Opensuse 11.4 and I've downloaded the RPM driver of Canon Pixma MP258. I tried to install it but I don't know how can I do it. There is a " install.sh" file in this...

You cant install it through this file install.sh
Find the file install.exe ... from this file you can install it
CHECK the files of the program and find install.exe and double click on it
0helpful
1answer

My model is gigabyte g41m-combo motherboard i want linux os which linux os is best support tell me about kernel verstion ?

Hi,
Its your good decision to try linux.
I would like to suggest you to try Ubuntu linux as this supports most of the hardwares.

Download latest ubuntu for the below link
http://se.releases.ubuntu.com/10.10/ubuntu-10.10-rc-desktop-i386.iso
After downloading, write the ISO image to a cd which will be a bootable cd.

place the disc in your drive, restrt you machine.
Boot your pc from this ubuntu cd.

you will get the live ubuntu (no need to install) or even you can install if you want.

Kernel is common for all the linux and it s core operating system file.

I hope this is useful to you
please rate the solution provided.
thanks
1helpful
3answers

How to open .exe file in ubuntu operating system?

try to install wine player in ubuntu so tht u can install windows apps in linux..!!
1helpful
1answer

How to download and install apache on linux5

Hi Follow the below procedures.
How to install and start the Apache or httpd service under Linux

by Milind

Q. How do I install and start the Apache or httpd web server under Fedora core or Cent OS?

A. Apache HTTP Server is a free software/open source web server for Unix-like systems and other oses.

Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs) which permit easier, more intuitive configuration of the server.

Use rpm command to install Apache under Linux. You can also use up2date or yum command to install the same.
Task: Install Apache/httpd under Fedroa Core/Cent OS Linux

Type the following command if you are using Fedora or Cent OS Linux:

# yum install httpd
Now, start the Apache/httpd
# chkconfig httpd on
# /etc/init.d/httpd start
Task: Install Apache/httpd under Red Hat Enterprise Linux

Type the following command
# up2date httpd
Start the Apache/httpd
# chkconfig httpd on
# /etc/init.d/httpd start
Task: Debian Linux httpd/Apache installation

Use apt-get command:
# apt-get install apache2
# /etc/init.d/apache2 start
Task: Verify that port 80 is open

# netstat -tulpn | grep :80

You can also install httpd from CDROM with rpm command:
# rpm -ivh httpd*
Configuration

Your server is started but you need to configure and use Apache as per your requirement. /etc/httpd/conf/httpd.conf (RHEL/Cent OS/Fedora Core Linux) or /etc/apache2/httpd.conf (Debian / Ubuntu Linux) configuration file. Use text editor such as vi to edit file. This file is very well documented or read official Apache configuration documentation for more information.
2helpful
2answers

How can i install bin file in linux 5

Pull up a terminal and type:
cd /whatever/the/path/is/to/your/bin/file
sh whateverYourFileNameIs.bin
and it will run, if you have permissions to run it.
If not, or if it gives you errors, type:
su
it will ask for the password for root. Put it in, then run the above commands.
0helpful
1answer

I want to connect a ZTE MF626 USB 3G modem to a linux system. How can I do It?

New to linux and having a few problems despite a very good tutorial here for u.

I am only seeing the usb drive with 3connect software in it - this 3connect usb drive that I can see has the windows installers and autorun files in and also has a folder called LINUXFILES which does have and .rpm package in.

I received the ZTE MF627 today from 3 UK, the customer service people and technical support all told me it worked on Linux but I was a little sceptical.

Amazingly I plugged it in and it does have Linux drivers on the USB drive - and they work in Ubuntu!

There's no instructions however, and I am certainly no Ubuntu expert but I managed to get it working in about 30 seconds. As I said though, I am no expert so you may want to get confirmation from someone else before following what I did but it is up to you.

I copied the Linux files across to my Desktop, then opened a terminal and navigated to the folder on the desktop:

cd Desktop

cd LinuxUI

One inside the folder I noticed a file named install.sh so I did something that I remembered from another Linux installation years ago, I am not sure if this is how you are meant to do it on Ubuntu.

sudo sh install.sh

That installed the drivers and the little 3 UK program under Applications>Internet>3UK.

I plugged it in ran the program and it works perfectly. I don't think you can use it as USB storage though.

have a gr8 day ahead.
0helpful
1answer

Installation problem

If your running a linux install program, it should detect the HDD unless windows has forbid access to the HDD. I heard of people having trouble installing linux on machines with vista. Try to run a live cd and see if that install program will work.
0helpful
1answer

Nvidia Quadro4 (128MB RAM) driver required for linux 2.4.20.18.7

hi there..


here is the link for your Quadro 4 Graphics for linux 32 Bit

To download and install the drivers, follow the steps below:

STEP 1: Review the NVIDIA Software License.
You will need to accept this license prior to downloading any files.
STEP 2: Download the Driver File

Download - NVIDIA-Linux-x86-96.43.05-pkg1.run
SuSE users: please read the SuSE NVIDIA Installer HOWTO before downloading the driver.
STEP 3: Install
Type "sh NVIDIA-Linux-x86-96.43.05-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config file. Please see Chapter 3 of the README or run 'man nvidia-xconfig' for details on usage. Instructions for those wishing to edit their X config file by hand can also be found in the README.

__________________________________

here is the link for your Quadro 4 Graphics for linux 64 Bit

To download and install the drivers, follow the steps below:
STEP 1: Review the NVIDIA Software License.
You will need to accept this license prior to downloading any files.
STEP 2: Download the Driver File
Download - NVIDIA-Linux-x86_64-1.0-9639-pkg2.run
SuSE users: please read the SuSE NVIDIA Installer HOWTO before downloading the driver.
STEP 3: Install
Type "sh NVIDIA-Linux-x86_64-1.0-9639-pkg2.run" to install the driver, then edit your X config file as appropriate. If you are using a Linux 2.6 based system, type "modprobe -q agpgart", first. See the text README for more detailed instructions.

All the Best.

Was this solution helpful? Show your Appreciation by rating it:
Not finding what you are looking for?

190 views

Ask a Question

Usually answered in minutes!

Top InstallShield Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you an InstallShield Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...