程序文件: AppForTest.jar
程序内容:图像动态显示
测试内容:1.双击是否可以运行
          2.在1的回答为否的情况下用命令行javaw AppForTest是否可以运行
          3.运行后的结果确认
测试目的:1.用来说明一个jar机制的问题
          2.绘图函数的正确调用测试结果报告奖励:可用分 + 源代码(如果不嫌写的烂的话……)
欢迎大家一起来测试这个小程序。 

解决方案 »

  1.   


    程序下载地址: http://download.csdn.net/source/1382085
      

  2.   

    1、不能运行,我认为这是必然的结果
    2、可以运行,弹出提示如下:
    ---------------------------
    Java Virtual Machine Launcher
    ---------------------------
    Could not find the main class. Program will exit.
    ---------------------------
    确定   
    ---------------------------
    点击确定后没有其他提示
      

  3.   

    1、不能运行
    2、可以运行,弹出提示如下: 
    --------------------------- 
    Java Virtual Machine Launcher 
    --------------------------- 
    Could not find the main class. Program will exit. 
    --------------------------- 
    确定  
    --------------------------- 
    点击确定后没有其他提示.
      

  4.   

    1、不能运行 
    2、可以运行,弹出提示如下: 
    --------------------------- 
    Java Virtual Machine Launcher 
    --------------------------- 
    Could not find the main class. Program will exit. 
    --------------------------- 
    确定  
    --------------------------- 
    点击确定后没有其他提示.
      

  5.   

    jd-gui可以反编译class为java文件
      

  6.   

    GUI涉及得比较少,
    不过还是支持下LZ