Download Latest Version mysql-connector-java-5.1.23-bin.jar (834.1 kB)
Email in envelope

Get an email when there's a new version of Attendance Marker Solution

Home
Name Modified Size InfoDownloads / Week
ams.sql 2019-03-20 3.6 kB
mysql-connector-java-5.1.23-bin.jar 2019-03-20 834.1 kB
private.xml 2019-03-20 343 Bytes
private.properties 2019-03-20 328 Bytes
Welcome_Page.class 2019-03-20 4.8 kB
Welcome_Page_1.class 2019-03-20 687 Bytes
Welcome_Page_2.class 2019-03-20 719 Bytes
Welcome_Page_3.class 2019-03-20 518 Bytes
Untitled.png 2019-03-20 14.4 kB
Mark_Attend.class 2019-03-20 12.1 kB
Mark_Attend_4.class 2019-03-20 712 Bytes
Mark_Attend_5.class 2019-03-20 514 Bytes
Man.png 2019-03-20 5.1 kB
Mark_Attend_1.class 2019-03-20 684 Bytes
Mark_Attend_2.class 2019-03-20 712 Bytes
Mark_Attend_3.class 2019-03-20 712 Bytes
Main_Page.class 2019-03-20 9.2 kB
Main_Page_6.class 2019-03-20 506 Bytes
Main_Page_4.class 2019-03-20 698 Bytes
Main_Page_5.class 2019-03-20 698 Bytes
Main_Page_2.class 2019-03-20 698 Bytes
Main_Page_3.class 2019-03-20 698 Bytes
Login_Page.class 2019-03-20 12.4 kB
Login_Page_4.class 2019-03-20 663 Bytes
Login_Page_5.class 2019-03-20 510 Bytes
Main_Page_1.class 2019-03-20 698 Bytes
Login_Page_2.class 2019-03-20 673 Bytes
Login_Page_3.class 2019-03-20 705 Bytes
head.png 2019-03-20 5.9 kB
Login_Page_1.class 2019-03-20 672 Bytes
Employee_Update.class 2019-03-20 14.1 kB
Employee_Update_5.class 2019-03-20 740 Bytes
Employee_Update_6.class 2019-03-20 530 Bytes
Employee_Update_1.class 2019-03-20 740 Bytes
Employee_Update_2.class 2019-03-20 740 Bytes
Employee_Update_3.class 2019-03-20 740 Bytes
Employee_Update_4.class 2019-03-20 740 Bytes
Employee_Register.class 2019-03-20 15.4 kB
Employee_Register_5.class 2019-03-20 754 Bytes
Employee_Register_6.class 2019-03-20 538 Bytes
Employee_Register_3.class 2019-03-20 754 Bytes
Employee_Register_4.class 2019-03-20 754 Bytes
Employee_Register_2.class 2019-03-20 754 Bytes
Employee_Detail.class 2019-03-20 14.8 kB
Employee_Detail_7.class 2019-03-20 530 Bytes
Employee_Register_1.class 2019-03-20 754 Bytes
Employee_Detail_4.class 2019-03-20 740 Bytes
Employee_Detail_5.class 2019-03-20 740 Bytes
Employee_Detail_6.class 2019-03-20 740 Bytes
Employee_Detail_2.class 2019-03-20 707 Bytes
Employee_Detail_3.class 2019-03-20 696 Bytes
DBConnect.class 2019-03-20 1.7 kB
Employee_Detail_1.class 2019-03-20 740 Bytes
Welcome_Page.java 2019-03-20 5.3 kB
Welcome_Page.form 2019-03-20 4.0 kB
Mark_Attend.java 2019-03-20 15.4 kB
Mark_Attend.form 2019-03-20 14.6 kB
Main_Page.form 2019-03-20 13.0 kB
Main_Page.java 2019-03-20 12.8 kB
Login_Page.java 2019-03-20 16.5 kB
Login_Page.form 2019-03-20 11.3 kB
LoginPage.PNG 2019-03-20 11.4 kB
Employee_Update.form 2019-03-20 18.4 kB
Employee_Update.java 2019-03-20 20.4 kB
Employee_Register.java 2019-03-20 22.6 kB
Employee_Detail.java 2019-03-20 22.7 kB
Employee_Register.form 2019-03-20 22.2 kB
DBConnect.java 2019-03-20 1.6 kB
Employee_Detail.form 2019-03-20 24.6 kB
project.xml 2019-03-20 534 Bytes
build-impl.xml 2019-03-20 80.0 kB
project.properties 2019-03-20 2.7 kB
genfiles.properties 2019-03-20 475 Bytes
Attendance_Marker_Solution.jar 2019-03-20 141.9 kB
README.TXT 2019-03-20 1.3 kB
built-jar.properties 2019-03-20 110 Bytes
build.xml 2019-03-20 3.7 kB
manifest.mf 2019-03-20 85 Bytes
Totals: 78 Items   1.4 MB 35
========================
BUILD OUTPUT DESCRIPTION
========================

When you build an Java application project that has a main class, the IDE
automatically copies all of the JAR
files on the projects classpath to your projects dist/lib folder. The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR files manifest file (MANIFEST.MF).

To run the project from the command line, go to the dist folder and
type the following:

java -jar "Attendance_Marker_Solution.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 first
JAR 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, these files (folders)
are not copied.
* If a library on the projects classpath also has a Class-Path element
specified in the manifest,the content of the Class-Path element has to be on
the projects runtime path.
* To set a main class in a standard Java project, right-click the project node
in the Projects window and choose Properties. Then click Run and enter the
class name in the Main Class field. Alternatively, you can manually type the
class name in the manifest Main-Class element.
Source: README.TXT, updated 2019-03-20