Hello, If I want to run, EJB client for an EJB in Webspshere and I do not want to install full JDK on client's machine, what are the requierd files? From where I get the list of files required like java.exe and othetrs. It erquires ejs.jar and ujc. jar as per documentation. Any other files required ? thanks and regards, parul.
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3878
posted
0
You must install a full JRE at least. You can't get away with trying to copy bits and pieces of a JRE. Also, if this is WebSphere you must install IBM's JRE. ONLY IBM's JRE will work. As for the files from WebSphere that are required -- they're listed in my book in the chapter on EJB clients, or I've posted a note here in JavaRanch with an excerpt that you could do a search for. If you still can't find my posting let me know and I'll repost... Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
Hello, Sir, Can't I run with anyother JRE like SUN? Can you give me the link to your article. It would be of great help to me. thanks in advance, Parul.