• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Execution error "no main class" with Groovy, Griffon and JavaFX (jfx-native)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

my name ich Josch and i'm relatively new to Java/Groovy. As I'm a "native" rails developer, I wanted to give griffon a try to develop a Java application.

Now my problem is:

I'm creating a new project with

When I run , everything works fine and the application starts.
But when I run everything gets compiled correctly, but when I try to start the generated EXE file,
I get a "no main class" error with a title "griffon/javafx/JavaFXGriffonApplication", which is the right class as far as I know.
I don't know what I could change as the griffon command itself starts the application and I have no main class to edit/create...

Thanks in advance,
Josch

My system:
- Windows 7 (but does not work on my Mac either)
- Java 7u55 32bit (but tried different ones)
- Griffon 1.5 (also tried 1.4)
 
reply
    Bookmark Topic Watch Topic
  • New Topic