📄 readme.txt
字号:
========================BUILD OUTPUT DESCRIPTION========================When you build an Java application project that has a main class, the IDEautomatically copies all of the JARfiles on the projects classpath to your projects dist/lib folder. The IDEalso adds each of the JAR files to the Class-Path element in the applicationJAR files manifest file (MANIFEST.MF).To run the project from the command line, go to the dist folder andtype the following:java -jar "StudentGrade.jar" To distribute this project, zip up the dist folder (including the lib folder)and distribute the ZIP file.Notes:* If two JAR files on the project classpath have the same name, only the firstJAR file is copied to the lib folder.* Only JAR files are copied to the lib folder.If the classpath contains other types of files or folders, none of theclasspath elements are copied to the lib folder. In such a case,you need to copy the classpath elements to the lib folder manually after the build.* If a library on the projects classpath also has a Class-Path elementspecified in the manifest,the content of the Class-Path element has to be onthe projects runtime path.* To set a main class in a standard Java project, right-click the project nodein the Projects window and choose Properties. Then click Run and enter theclass name in the Main Class field. Alternatively, you can manually type theclass name in the manifest Main-Class element.
1.系统必须已经安装了JDK1.6.0或以上版本;
2.在运行程序之前先要配置好数据源;
方法如下:
(1)开始-->进入控制面板-->性能和维护-->管理工具-->数据源 (ODBC)-->系统DNS-->添加;
(2)此时进入了你要选择数据库得驱动,这里请你选择"Driver do to Microsoft Access(*.mdb)",点击完成;
(3)此时填写数据库名为"student",在选择这里提供得数据库student.mdb,确定后即可完成数据库得添加。
3.如果jar文件的默认打开方式为WinRAR,则点击StudentGrade.bat来运行系统。
感谢您的使用!
06374015
黄敏俊
2009.4.7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -