Git Product home page Git Product logo

Comments (3)

AndyObtiva avatar AndyObtiva commented on August 15, 2024

It says "jpackage" meaning it is not on the required JDK 8 (which has javapackager instead, fully supported by Glimmer). "jpackage" support is currently experimental not official. Make sure you are running the Java version (JDK 8u241 (1.8.0_241)) mentioned in the pre-requisites: https://github.com/AndyObtiva/glimmer-dsl-swt#pre-requisites

One more thing, Linux is officially supported via Ruby gem packaging, not native .deb packaging, at the moment. If you are on Linux, scaffold a custom shell gem instead of an "app", and it
comes with a Linux binary executable shell (e.g. https://github.com/AndyObtiva/glimmer-cs-calculator comes with a bin/calculator to run it on Linux). It can also be packaged as a Ruby gem with the Juwelier (rake build) command, generating a gem file under pkg directory, which can be published (with rake release) just like glimmer-cs-calculator or just installed locally without publishing with rake install. I might have to polish it more and provide a Glimmer friendly command on Linux instead of just Juwelier, and probably improve the Glimmer documentation for Linux. This is the solution until then though (glimmer scaffold:gem:customshell[app_name,namespace] and then rake build inside the app once done, and finally after installing the gem, just run the executable shell).

What is your operating system? Are you using one operating system or multiple? Please provide in the future with any help inquiries.

from glimmer.

AndyObtiva avatar AndyObtiva commented on August 15, 2024

OK, I just ran scaffolding in Linux, and noticed it does not launch the app in the end, and it runs standard packaging (like Mac and Windows) instead of gem packaging. I messed up on this and apologize for any inconvenience this may have caused.

The good news is that the app is scaffolded correctly otherwise and does run with glimmer run. Also, I could still package as a gem with the rake build command (but it only comes with the binary shell script in custom shell gem mode not in app mode.)

from glimmer.

AndyObtiva avatar AndyObtiva commented on August 15, 2024

Good news! Glimmer DSL for SWT v4.17.3.0 just got released, addressing the Linux scaffolding and packaging issues.

I'm closing this issue as a result.

from glimmer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.