Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Installation problem

Hi John,

I am glad to hear it is working now - sorry that something glitched before (I still think it is weird that it showed me 0.7.0 but installed 0.9.0).

> I was hoping that the shell scripting module woud be included to run .sh scripts with #!/bin/bash but I haven't ssen
it mentioned anywhere

There is no current script engine (that I know of) that integrates .sh into EASE. I don't expect there ever will be as EASE is focussed on the scripting engine integrating with the JVM and I don't know of any project out there we can leverage to make that happen.

> At the moment I am trying to find a way to get Python/ Py4J working.

Many years ago I ran a tutorial session at EclipseCon with Christian and Tracy on how to use Python/Py4J with EASE - a couple of years ago I brought it up to date. You can have a look at it here https://github.com/jonahgraham/EASE-Python-Examples

PS If you are looking to run Shell (bash) scrips within the Eclipse IDE, but not have those shell scripts extend and control the IDE have a look at Eclipse Shell Wax which provides a bash editor and related features in the IDE.

Jonah




~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Tue, 9 May 2023 at 07:16, John H. J. <jones.john.h@xxxxxxxxx> wrote:
Jonah,
Everything worked as in your response! Thanks. But It included nothing that I hadn't tried several times this weekend
I guess it was a temporary glich  in the web_site.

I was hoping that the shell scripting module woud be included to run .sh scripts with #!/bin/bash but I haven't ssen
it mentioned anywhere - even though I asked for all the modules selected by the select all buttons.
As second best I am hoping to use python (installed from the microsoft store. ) with Py4J  which shows up in the
Configuration contents. ( I did manage to create an empty _javascript_ file but have no interest in _javascript_ at the
moment. )
At the moment I am trying to find a way to get Python/ Py4J working. I have the Jython library installed with 
my java Application.

Thanks again
John Jones
(Retired s/w engineer)

On Mon, 8 May 2023 at 20:01, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hi John,

I don't know why it says 0.7.0 but it installed 0.9.0 - but 0.9.0 is the correct version to install. 

The Eclipse Marketplace seems to only install a subset of EASE by default, you can choose additional stuff to install by using this p2 site - https://download.eclipse.org/ease/release/latest/ - in the Help -> Install New Software menu item

That said - when I installed EASE from the market place it worked as I expected, as I show with these two screenshots:

In the Scripting Perspective (Windows -> Perspective -> Open Perspective -> Other... -> Scripting)

image.png

And Run As in context menu for .js files:

image.png

HTH
Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Mon, 8 May 2023 at 06:43, John H. J. <jones.john.h@xxxxxxxxx> wrote:
I have been attempting to install the latest version of EASE within my eclipse workspace.
I have tried using 'Help->Install' new software adding the URLs for latest  or nightly versions
which resulted in no suitable software  being found.
I have also tried 'Help->Eclipse Marketplace'. Here the EASE release was headlined 0.7.0. This resulted in half a dozen or so EASE modules being installed all of whose version numbers started with 0.9.0.
There was no Shell scripting module which I planned to use.
In neither case above was there any option within the 'Run -> Run As' selection after the attempts at installation.
Btw I uninstalled all EASE modules before both types of install.
I am completely new to EASE. I have experience with basic Eclipse for Java.
After initial attempts on my Eclipse 2022-06/ Java 11 workspace I upgraded successfully to Eclipse 2023-03 / java17. No change in response was detected.
Thanks.
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ease-dev

Back to the top