• Post Reply 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Oracle 9i jdeveloper install

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i have installed the complete package of jdeveloper which has tthe jdk in it.i have under the directory /u/myID/Jdeveloper/jdk where Jdeveloper is the place i unzipped or installed the product.so in the jdev confid i gave
SetJavaHome /u/myID/Jdeveloper/jdk - but it still gives me this error
Reading Configuration from: ./jdev.conf
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
./jdev: ^M: not found
/bin/java given. java /u/sk138982/Jdeveloper/jdk
Please specify correct java home in the configuration file
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your 'jdev.conf' is in DOS format you need to convert it to UNIX - or you have to go the file through and remove '^M' from each line.
/Rene
 
reply
    Bookmark Topic Watch Topic
  • New Topic