Re: Remote Debug: Unable to create javax script engine for javascript

2023-10-02 Thread Blaine Heinfeld
On 10/1/2023 1:52 AM, Patrik Karlström wrote: >Is it possible to upgrade Ant to resolve this issue? It is possible to upgrade ant, just download the latest version and point to it from NetBeans Options/Java/Ant/Ant home. Not sure if it resolves the issue though. I upgraded NetBeans 19 Ant to

Re: Remote Debug: Unable to create javax script engine for javascript

2023-09-30 Thread Patrik Karlström
Using NetBeans 19 with Java 17 on Windows 10, I receive the following > error message when attempting "Run to Cursor" debugging on a remote > Raspberry Pi platform. > > ...\nbproject\remote-platform-impl.xml:129: Unable to create javax > script engine for javascript > &

Remote Debug: Unable to create javax script engine for javascript

2023-09-30 Thread Blaine Heinfeld
Using NetBeans 19 with Java 17 on Windows 10, I receive the following error message when attempting "Run to Cursor" debugging on a remote Raspberry Pi platform. ...\nbproject\remote-platform-impl.xml:129: Unable to create javax script engine for javascript This appears to be the

Re: "Unable to create javax script engine for javascript"

2023-03-25 Thread Andrew Kelsey
(I was replying directly by accident. Bringing this back to the mailing list) I created this project using Netbeans by selecting JavaFX under Java with Ant. Originally it was started as just Java with Ant and we then progressed to JavaFX. So I created a new project using JavaFX and copied my

Re: "Unable to create javax script engine for javascript"

2023-03-24 Thread Tim de Vries
So is this a tecreations project, your own, or a sample from a URL that we may be able to test against? Tim Please provide specifics. Tim. On 24/03/2023 6:48 a.m., Andrew Kelsey wrote: I'm new to Netbeans and programming. When working on a JavaFX program, I discovered that if I change css s

"Unable to create javax script engine for javascript"

2023-03-24 Thread Andrew Kelsey
I'm new to Netbeans and programming. When working on a JavaFX program, I discovered that if I change css settings in ClassA and run the file, the css changes do not take effect. If I made additional changes in ClassB, then the css changes would take effect. I've learned that instead of making t