How to install Hibernate Tools in Eclipse?

前端 未结 13 2178
感情败类
感情败类 2020-11-28 01:25

What is the proper way to install Hibernate Tools in Eclipse as a plugin? The Hibernate site doesn\'t really give any instructions.

Looking at the Hibernate Tools bi

13条回答
  •  执念已碎
    2020-11-28 01:49

    Since it is for Ganymede (eclipse 3.4), I would advise to uncompress the zip in the dropins in the HibernateTools-3.2.4.Beta1-R20081031133 directory created after the name of the archive.

    Once it is done, create in the [eclipse\dropins\HibernateTools-3.2.4.Beta1-R20081031133] an 'eclipse' directory, in which you will move the plugins and features directories creating at the extraction of the files of the archive.

    Add a .exclipseextension in [eclipse\dropins\HibernateTools-3.2.4.Beta1-R20081031133\eclipse]:

    name=QuickRex
    id=org.hibernate.eclipse
    version=3.2.4b1
    

    So:

    eclipse
        dropins
             HibernateTools-3.2.4.Beta1-R20081031133
                 eclipse
                     .eclipseextension
                     features
                     plugins
    

    Relaunch eclipse and the plugin Hibernate should be detected.

    If you install another eclipse, just copy the content of your dropins directory to the new eclipse\dropins and your set of plugins will be detected again.

提交回复
热议问题