[ 
https://issues.apache.org/jira/browse/GERONIMO-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor resolved GERONIMO-4411.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.4

Committed a change to trunk (revision 718267) and branches/2.1 (revision 
718268) so that Geronimo will not look for the tools.jar file on Mac OS. On Mac 
OS there is no tools.jar file but there is classes.jar file which has the 
contents of tools.jar. The classes.jar file is also automatically included in 
the runtime classpath and so there is no need to do anything extra with the 
classes.jar file.


> 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
>            Assignee: Jarek Gawor
>             Fix For: 2.1.4, 2.2
>
>
> @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.

Reply via email to