question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, all this look quite nice, so I wanted to try things out on my own machine. However I am a bit stuck here.

I’m missing an introduction on how to get things started if you’re not familiar with similar projects yet.

Grepping through the project I figured out that there are 6 entry points with apps that are launchable:

KeyboardDarkApp.java
RichTextAreaApp.java
DrawerApp.java
KeyboardApp.java
EmailFieldApp.java
FilterViewApp.java

Is there a simple way for running any of these classes that contain a public static void main(String[]) method without starting an IDE, just using Maven? If there is it would be super helpful to list that as an example in the readme file.

Other than that, I’m totally willing to launch an IDE for testing things if Maven does not offer a simple way to run the demos. It would be very helpful if you listed the setup you know is working (that is, your own setup). Which IDE can I use, what do I have to do to start hacking on the project?

I assume Eclipse will do, but I have no idea what to do make things work there. I tried mvn eclipse:eclipse and imported the two projects gemsfx and gemsfx-demo into a workspace (using an OpenJDK 11). Seems like all the imports starting with javafx.* cannot be resolved. Is there an additional Maven task to fix this maybe? Sure I can try to figure things out using Google but let’s make things easy for newbies 😃

If you’re not using Eclipse or not aware of how to make things work there, don’t worry that’s fine. I’m also willing to download a different IDE to try things. Just sharing any development setup that is known to work and reproducible steps on how to get things started would be very appreciated! Thanks a lot

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sebkurcommented, Sep 15, 2020

Great, thanks @fthevenet for figuring that out. I adapted that solution to create #16

0reactions
sebkurcommented, Sep 15, 2020

I agree, too. If you have a good idea on how to make this easier / a good readme that we can add then please submit a pull request. I personally always use a right click / context menu / run … menu item in IntelliJ. I do not normally launch via Maven.

Okay, then we could document IntelliJ as the recommended IDE. Still curious how to make things work in Eclipse though 🤔

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developer Guides
Android Developers · Platform · Android Studio · Google Play · Jetpack · Kotlin · Docs · Overview · Guides · UI Guide...
Read more >
Developer guides - MDN Web Docs
Developer guides. There are a number of guides within MDN docs. These articles aim to add additional usage examples, or teach you how...
Read more >
Python Developer's Guide
This guide is a comprehensive resource for contributing to Python – for both new and experienced contributors. It is maintained by the same...
Read more >
Developer Guide — Dataverse.org
Developer Guide · Supported Operating Systems · Install Java · Install Netbeans or Maven · Install Homebrew (Mac Only) · Clone the Dataverse...
Read more >
AngularJS: Developer Guide
On this page, you will find a list of official AngularJS resources on various topics. Just starting out with AngularJS? Try working through...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found