On 21 June 2010 18:42, Paul Moore <[email protected]> wrote: > 3. Using a bat file to start a GUI application from Explorer causes an > unnecessary and ugly console window to appear.
You should use "javaw" instead of "java" to start the JVM without the console window appearing. This should ship with both the JRE and JDK on Windows. R. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
