0

我正在使用jdk1.6,以下代码在Windows上正常工作,但我也需要在mac上运行它但它不在mac上运行,谁能告诉我。如何在mac上运行它?

      javaxt.io.File file1=new javaxt.io.File(fname);
      Date d1=file1.getLastAccessTime();      
      System.out.println("LastAccessed Date:"+d1);
      Date d2=file1.getCreationTime();
      System.out.println("Creation time of file"+d2);
4

1 回答 1

1

javaxt-core 的最新版本,1.5.6 版,包括针对 Mac OS X 的修复程序。这是网站: http ://www.javaxt.com

于 2013-01-08T17:23:06.770 回答