Results 1 to 4 of 4
Hi everyone,
i use linux mint, and i wanna install JDeveloper 11g, i've download it from its official site, what else...
i couldn't execute/run it, i've change its permission to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-23-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
how to run bin file (jdevstudio11113install.bin)
Hi everyone,
i use linux mint, and i wanna install JDeveloper 11g, i've download it from its official site, what else...
i couldn't execute/run it, i've change its permission to allow execute as a program...
I've search the forum about bin files installation, when i've try
console tells me:Code:chmod +x jdevstudio11113install.bin
what do i have to install JDevStudio ?Code:chmod: cannot access `jdevstudio11113install.bin': No such file or directory
thanx...
- 07-23-2010 #2
You are presumably not in the same directory as the downloaded file when you're running chmod. Either include the full path to the file or change to the correct directory.
So if you had the file in your Downloads folder, you would do
Code:chmod +x ~/Downloads/jdevstudio11113install.bin
- 07-24-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
yes i've done now. But still i couldn't run the jdev.bin file

ive wrote and hitted enter the code, terminal said:
i think thats ok, but still i couldn't run the fileCode:erdogan-laptop erdogan # chmod +x /home/erdogan/Downloads/jdevstudio11113install.bin erdogan-laptop erdogan #
- 09-23-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Hi! I faced the same problem on Ubuntu 64 bit and the solution was to install ia32-libs via
sudo apt-get install ia32-libs
Best wishes.




