|
exeJ is a command line tool that creates a "batch-like" executable (.exe file) for your java application. The command line used to start your java application is wrapped in the generated executable and the user can simply start the java application with a double-click. The generated .exe is Windows 95/98/ME/NT/2000/XP compatible. The target system must have JavaSoft JRE installed.
|
|
|
free java script
create EXE from SWF
Java XML read write
-------------------------
|
|
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE.
This is especially useful when applications have to be deployed to end-users. All vexatious problems of deploying Java applications can be solved by compiling them to native. They will be:
- Easy to deploy:
No JRE dependency. Most end-users don't know what they have installed.
No more problems on how to create an executable file out of a JAR or class file.
- Hard to decompile:
Java can easily be decompiled. Native compilation will protect your source code.
- Run fast from the start:
No more overhead for loading a JRE.
exeJ: http://www.bysoft.se/sureshot/exej/exej.zip
JNC - JavaNativeCompiler: http://downloads.sourceforge.net/javacompiler/JavaNativeCompiler-1.1.1.zip |
|
Litigation support, computer forensics and corporate IT rely on SafeCopy everyday. If you need to securely copy files from clients systems (preserving timestamps) and servers with a verification log and electronic Chain of Custody, you need SafeCopy 2.0. This new improved version of SafeCopy includes options to select multiple data sources, hash files before and after the copy, real-time file verification, easily resume aborted or cancelled jobs.
SafeCopy 2.0: http://www.pinpointlabs.com/software/safecopy2/download/
|
|