Tools.jar expected but not found on Mac OS 10.5.5
-------------------------------------------------
Key: GERONIMO-4411
URL: https://issues.apache.org/jira/browse/GERONIMO-4411
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.1.3
Environment: Mac OS X 10.5.5
Reporter: Karel Michek
@WebService used on EJB3 @Stateless does not generate the service complaining
about tools.jar not found. Kevan suggested this:
$ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0
$ sudo mkdir lib
$ cd lib
$ sudo ln -s ../Classes/classes.jar tools.jar
then it works. Mac OS Java does not contain the /lib folder nor tools.jar
Karel
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.