-
Notifications
You must be signed in to change notification settings - Fork 0
Description
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu2)
$ svn info
URL: https://gallery.svn.sourceforge.net/svnroot/gallery/tags/RELEASE_GR_1_4_1/gallery_remote
There were so many warnings of in the compile, I do not know whether any were meaningful.
$ java com.gallery.GalleryRemote.GalleryRemote
Instanciating Gallery Remote...
Exception in thread "main" java.lang.NumberFormatException: Parameter logLevel is missing or malformed (should be an integer value)
at com.gallery.GalleryRemote.prefs.GalleryProperties.getIntProperty(GalleryProperties.java:409)
at com.gallery.GalleryRemote.GalleryRemoteMainFrame.initializeGR(GalleryRemoteMainFrame.java:52)
at com.gallery.GalleryRemote.GalleryRemote.main(GalleryRemote.java:187)
I also tried to build trunk, but it failed in compile.