|
|
|
|
|
|
|
Two types of archives are available...... |
|
|
|
|
|
|
When your Java application is developed, you can...... |
|
|
|
|
|
|
Like for any application, WINDEV allows you to create a setup program for a Java application...... |
|
|
|
|
|
|
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...... |
|
|
|
|
|
|
WINDEV can be used to generate windows for a Java application...... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language...... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language...... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language...... |
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project...... |
|
|
|
|
|
|
A Java application is an application entirely compiled in Java...... |
|
|
|
|
|
|
You can use Java code:
in Java applications generated with WINDEV.
in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.... |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application...... |
|
|
|
|
|
|
Java applications in practice... |
|
|
|
|
|
|
Returns the characteristics of a file found an archive:
The name of the file and its stored path.
The initial size of the file.
The compressed size of file.
The date and time of file creation.
The date and time of file modification.
The date and time of file access.
The file attributes.
The file encryption mode.... |
|
|
|
|
|
|
Selects files from an archive. |
|
|
|
|
|
|
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it. |
|
|
|
|
|
|
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format):
the size of all compressed files found in the archive.
the size of all files found in the archive before compression.... |
|
|
|
|
|
|
Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format). |
|
|
|
|
|
|
Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|