hello,
I am trying to run some executable file using command line of the terminal (to be more specific its an installation of development environment for Davinci evaluation module).

I am new to Linux and to the Davinci processor as well.

when i execute the program it started o.k. and i got the following on my terminal

" Initializing InstallShield Wizard........
Extracting Bundled JRE."

then the second line on the display was changed to

"Launching InstallShield Wizard........"

and after a while i got the following error

"Exception in thread "main" java.lang.NoClassDefFoundError: run"

and the installation program exits.

I installed Java using the following command :

sudo apt -get install sun-java6-jdk

and check the installation using the following command

dpkg --get -selections|grep sun-java

and i got the following display

sun-java6-bin install
sun-java6-jdk install
sun-java6-jre install

but the problem still exists

what shell i do to get it work?
please can someone help me?