Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2895

run wicket-examples application in 'headless-mode'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.10, 1.5-M1
    • wicket-examples
    • None
    • wicket-1.3, wicket-1.4, wicket-1.5

    Description

      when starting the wicket-examples (or when executing 'mvn install' on the wicket source dir) java will launch an application window on the desktop (at least on os x it does). this is happening when using awt-classes. java will allocate a desktop window unless you tell it to run in headless mode.

      for a non-desktop-bound server application this makes sense.

      headless mode is enabled by setting system property 'java.awt.headless' to 'true'.

      I attached a patch...

      Attachments

        Activity

          People

            jthomerson Jeremy Thomerson
            pete Peter Ertl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: