Skip to content
Snippets Groups Projects
Commit 4951332b authored by tjc's avatar tjc
Browse files

log java version and os

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5701 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 88b996f9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/Splash.java,v 1.24 2007-02-28 15:47:08 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/Splash.java,v 1.25 2007-03-20 10:08:24 tjc Exp $
*/
package uk.ac.sanger.artemis.components;
......@@ -48,7 +48,7 @@ import java.util.Properties;
* Base class that creates a generic "Splash Screen"
*
* @author Kim Rutherford <kmr@sanger.ac.uk>
* @version $Id: Splash.java,v 1.24 2007-02-28 15:47:08 tjc Exp $
* @version $Id: Splash.java,v 1.25 2007-03-20 10:08:24 tjc Exp $
**/
abstract public class Splash extends JFrame
......@@ -113,6 +113,8 @@ abstract public class Splash extends JFrame
initLogger();
logger4j.debug(System.getProperty("java.version"));
logger4j.debug(System.getProperty("os.name"));
logger4j.debug("Starting application: "+program_name);
if(isMac())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment