Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

NX Installation JDK netBeansIDE over RedHat

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hey guys...
try in the following manner..

[root@localhost root]# ./j2sdk-1_4_2-nb-3_5_1-bin-linux.bin
bash: ./j2sdk-1_4_2-nb-3_5_1-bin-linux.bin: Permission denied
then i tried ...
chmod +x j2sdk-1_4_2-nb-3_5_1-bin-linux.bin
[root@localhost root]# ./j2sdk-1_4_2-nb-3_5_1-bin-linux.bin

Phewwww it all started ...then from the dir it was installed ...
i run this command
sh runide.sh
Guys i need help in running and compiling java on RedHat 9.0 wat are the commands and how to set environment class path for this.

Going beyond a how can one install Oracle on Linux,is it possible ?
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You have already posted this question here.
Please don't make duplicate posts.
Thanks.
 
All of the following truths are shameless lies. But what about this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    Bookmark Topic Watch Topic
  • New Topic