Menu

Java 7 on a Mac (Lion): Totally Broken

2012-10-25
2013-04-30
  • Ian A Mason

    Ian A Mason - 2012-10-25

    >java -jar BrowserLauncher2-all-1_3.jar

    Yields:

    java.lang.NullPointerException
            at edu.stanford.ejalbert.launching.BrowserLaunchingFactory.createSystemBrowserLaunching(BrowserLaunchingFactory.java:61)
            at edu.stanford.ejalbert.BrowserLauncher.initBrowserLauncher(BrowserLauncher.java:238)
            at edu.stanford.ejalbert.BrowserLauncher.<init>(BrowserLauncher.java:216)
            at edu.stanford.ejalbert.testing.BrowserLauncherTestApp.<init>(BrowserLauncherTestApp.java:86)
            at edu.stanford.ejalbert.testing.BrowserLauncherTestApp.main(BrowserLauncherTestApp.java:113)

    and doesn't yield any more information or launch a window.   Are there sources available to did deeper?

     
  • Ian A Mason

    Ian A Mason - 2012-10-25

    More details:
    Runtime:

    java version "1.7.0_09"
    Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)

    OS:

    Mac OS X Version 10.7.5

     
  • Ian A Mason

    Ian A Mason - 2012-10-26

    Never mind:

    java.awt.Desktop

    came to the rescue. I guess that explains the inactivity hereabouts.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.