• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

installing weblogic on solaris ( Error:can't find libjava.so )

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OS version-sunsolaris 2.7
weblogic 6.0
my system had java1.1.6 which don't support weblogic sever.so i have installed j2sdk version 1.3.0 its working fine.
but when i was installing the weblogic server its throwing the error
"Error:can't find libjava.so."
i tried LD_LIBRARY_PATH=pathto libjava.so.
and also manipulated java_wrapper file.but nothing fix the problem.
please help me.......
thanx in advance.....
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is way after the fact but this is how I got it to install :
./weblogic600sp1_sol.bin LAX_VM /pathToJava1.3/bin/java

Originally posted by durgaprasad reddy:
OS version-sunsolaris 2.7
weblogic 6.0
my system had java1.1.6 which don't support weblogic sever.so i have installed j2sdk version 1.3.0 its working fine.
but when i was installing the weblogic server its throwing the error
"Error:can't find libjava.so."
i tried LD_LIBRARY_PATH=pathto libjava.so.
and also manipulated java_wrapper file.but nothing fix the problem.
please help me.......
thanx in advance.....


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic