请从这里下载:
http://download.eclipse.org/downloads/drops/S-3.0M6-200312182000/download.php?dropFile=eclipse-examples-3.0M6-win32.zip

解决方案 »

  1.   

    你需要做一个
    examples_javaviewer_XX.properties
    的资源文件,XX是本地代码,如:zh_CN,US
      

  2.   

    好像还是不可以,提示Could not find main class.
    我在同一目录下建立一个文件examples_javaviewer_zh_CH.properties
    内容:
    Open_menuitem=open
    Exit_menuitem=exit
    File_menuitem=file
    Window_title=windowtitle
    Err_file_no_exist = Err_file_no_exist 
    Err_file_io=Err_file_no_exist 
    Err_not_found=Err_not_found
      

  3.   

    我试过eclipse的例子,都没有问题,从提示Could not find main class.看java还没有入门吧
      

  4.   

    一般的swt例子都能运行,只有有下面语句的代码不能执行
    static ResourceBundle resources = ResourceBundle.getBundle("examples_javaviewer");