AmziLS / AmziProlog

Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
Other
117 stars 26 forks source link

How do I import the plugin? There are numerous .jar files. What do I pick? #28

Closed OkilyDokily closed 3 years ago

DennisMerritt commented 3 years ago

I believe you should find a place in the Eclipse menus for importing plugins.

On Dec 4, 2020, at 3:16 PM, Matthew LeDoux notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AmziLS/ide/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS7FITC4UCX5ISBVC37T3LSTE7RLANCNFSM4UN464EA.

OkilyDokily commented 3 years ago

I followed the instructions from another site on how to import when a plugin isn't in the marketplace. So there are menu options but it wasn't obvious. I'm only choosing to use AMZI because its the one I see used in the Adventures with Prolog book I just got on Amazon. It looks like SWI-PROLOG is a more reliable choice so I'm going with that.

DennisMerritt commented 3 years ago

SWI might be a better choice as it is still actively supported. Amzi is only supported as Open Source these days.

Happy journeys, —Dennis

On Dec 4, 2020, at 3:38 PM, Matthew LeDoux notifications@github.com wrote:

I followed the instructions from another site on how to import when a plugin isn't in the marketplace. So there are menu options but it wasn't obvious. I'm only choosing to use AMZI because its the one I see used in the Adventures with Prolog book I just got on Amazon. It looks like SWI-PROLOG is a more reliable choice so I'm going with that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AmziLS/ide/issues/2#issuecomment-739006914, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS7FIXHJKANYYPMA6OR6QDSTFCFJANCNFSM4UN464EA.

maelh commented 3 years ago

Follow the Install instructions here: https://github.com/AmziLS/AmziProlog/blob/master/eclipse_plugin/README.md

In a week or two there should be a new release, but it should work already now with the current release.

maelh commented 3 years ago

Fixed in current master branch.