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

Shared Library ioserEE?

 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using the reference implementation of the EJB server that comes with J2EE. Whenever I start it or run a class accessing it, I get the message "ERROR! Shared library ioserEE could not be found." It doesn't stop anything from working but I think it may be slowing everything down while it searches for this library... or maybe not. Does anyone know what this is referring to? I did a search on the Sun site and came up empty. Thanks for any help! P.S. I did a re-install and that didn't help.
I should add that I am running the 1.3 beta version on Win98.
[This message has been edited by Thomas Paul (edited February 20, 2001).]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai..
may be your include folder is not in your path...
try to put this in your path i think it will work..
bye..bye
 
Thomas Paul
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What include folder?
 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
IOSER12.dll was the shared file for j2ee in the 1.2 version.
This is available in the nativelib directory.
You can copy the same file to your directory and try running it.
I had this difficulty with a couple of programs and I had copied this file to the directory required.
Hope this helps
Suneel
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could just add "C:\j2sdkee1.2.1\nativelib" or simillar to your system classpath. This is what i did and it works fine.
 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic