Java Program Packaging1, Java Project source packaging into a jar package
Select the Project, right button Select Export ...
Select runnable JAR file
(1) Launch configuration boot configuration, Java program startup class, if the project does not generate classes, first execute "selected engineering--run as---Java application"
(2) Export destination output file name, the jar file to be generated
2, jar package converted to. exe
Using exe4j4.
Original question: How to turn php into EXE file.
The result of course is no such software, but there are two of ASP's Dongdong, you can make the site into an EXE file release. I do not have time to try, we can see, what results can be posted over, we study. Oh. Address:
Http://www.octopod.net/Sitecomp/index.htm
Main Features
Packing all files into one compact file
Produces
First of all thank the original blogger can write such a perfect blog, very practical, praise.
Bowen Connection: http://www.cnblogs.com/icewee/articles/2073203.html
The contents are as follows:
Objective:
We all know that Java can package binaries into executable jar files, double-click the jar and double click exe effect is the same, but the feeling is still different. In fact, the Java program packaged into an
Developers often refer to some third-party DLLs, and then compile the generated EXE files can not be separated from these DLLs run independently.Ilmerge can combine a managed DLL with an EXE to generate a new EXE, but when we use an unmanaged DLL in the project, that is, when a third-party DLL is used, the merge succeeds but fails to run, prompting " not a valid
structure in dll. When other applications call the dll, the file must be included in the application's source file.2. Import dll filesIt is the file generated after the dll is compiled and linked. The main function is to introduce the file into the application when other applications call the dll. Otherwise, dll cannot be introduced.3. dll file (. dll)It is the real executable file when the application calls the dll runtime. After the dll application is compiled and linked, the. dll file exists
In the ASP era, a netbox product can package the entire ASP Website allinone into an EXE. Without IIS, you can run this EXE separately to open the entire website. There have been no similar products in ASP. NET. It may be that IIS is already very powerful and similar products are not needed? However, in some scenarios, a product with similar functions is still needed. This product is not used to partially r
Windows has triggered a breakpoint in xxx.exe
The memory usage error can be inferred from this error, but this error is hidden. So it took me a whole day yesterday to find this error and finally found that a global variable Pointer Points to a member of a non-Global class instance. When the document is closed, this class is destroyed, but the global pointer is still present, and this becomes a wild pointer. The next time the document was opened, it was used again, so an exception occurred.
Th
#开始In recent days have been busy with one thing, that is to try to streamline the JRE, I do not understand why Oracle official not out of EXE packaging tools ...There are many articles on the network to streamline the JRE, but the original seems to be few, most of them are forwarded the same blog, here borrowed a lot of ideas and methods do not know is not the originalThese two days harvest is also very big, here and everyone to share my results. and
Q: My system is win8.1, recently do not know how to get, sometimes pop-up rundll32.exe error, I would like to ask you great God there is no good solution? Or have you used win8.1 X64 to send me your rundll32.exe file?
A: The emergence of rundll32.exe application errors will cause some of the computer program can not operate the situation, the main reason is that
Recently, I shared a directory where all the EXE files are infected with the virus, the Internet to find out that it is "logo1_.exe" this banging ghost. Online on the harm of the virus is very high, that as long as the virus, the entire machine can only "Format." The reason for this is probably because all applications are infected, and running any program will "regenerate" the virus. I use "Kabbah driver"
The best way to optimize the computer card is to reload, the most effective way is to manually open Task Manager to shut down unnecessary process, of course, this is personal opinion. Sometimes the computer problems, the System Restore function is very useful. But I've never used it. Because I can read the system process, really rarely appear in the system more and more quickly and so on the phenomenon and have to restore the system. The article we want to understand is rundll32.
IIS support EXE file download configuration method, with a diagram, take a look.
How to set up a file in IIS to download an EXE suffix, the. exe file cannot be downloaded by default.In IIS, the. exe file cannot be downloaded by default and is prompted to not find the file when downloading. This is to improve the secur
exe file edit lock
1. EXE File executable program that can be used for floating positioning in the operating system storage space. Under MS-DOS and Ms-windows, this type of file extension is exe. binary executable files in 2.WINDOWS operating system, two kinds of executable files are named after the suffix · COM another is that ·
Recently helped a friend to write a Python applet, from the Internet to crawl some needed articles to the local. In order to run conveniently, I hope to be able to convert EXE program under Windows regular execution. From Baidu to find some articles, found that the application of py2exe more, hence the use of.1. Download Py2exeOfficial website: http://www.py2exe.org/index.cgi/FrontPageI'm using py2exe-0.6.9.win32-py2.7.
This article is a non-public use technique of Borland. It can use JBuilder to create EXE files to start java files.
JBuilder does not support local compilation. However, there is a hidden technique that allows you to start a Java program from an executable file, which can appear or does not appear in the console window. Jbuilder.exe jbuilderw.exe (optional) JBuilder. config
JDK. config javalauncher. DLL cmdjbuilder.exe is a common executable shell fil
This tutorial uses the built-in Window application generation function of netbean, so everything is the ant file for configuring the project in netbean.
To generate the. exe file, you must download Inno.
To generate a mis file, download it.Wix toolset
With the release of Java 7 U6 and now Java 7 u7 and Java FX 2.2, you can create a Windows native (native) Installer and application. there are a couple of good guides out there, consider this the Joe Fri
. OBJ,. Lib,. dll,. EXE relationship
Lib corresponds to DLL.Lib is a static library file, and DLL is a dynamic library file.The so-called static is to extract the required content from the link and arrange it into your EXE file. Lib is no longer needed for running your EXE later.The so-called dynamic is that when the EXE
From: http://www.cnblogs.com/1-2-3/archive/2007/12/03/colloquialism-digital-certificate-part5.htmlSummary
If we. EXE, right-click it, and click "properties". The digital signature page is not displayed, but the signature can be successfully verified in process explorer. What is the problem?
Two Methods for signing an EXE file
In the previous article, if we. EXE,
Displaying graphics in Symbian EXE programs.Display the image in the Symbian exe programGenerally, exe programs are used to implement servers (exedll, epocexe target type) or
Simple console programs. This may lead to believe that graphical features are not available
For EXE programs. This is not the case, and even thou
First, EXE file conceptEXE file English full name executable file. Translated executable file, portable (PE) file format file, it can be loaded into memory. and is run by operating system loader, it is a running program which can be located in the operating system storage space. such as Notepad program notepad.exe, can be used to edit the document, such as: Test. txt Double-click Open Notepad.exe Notepad program for editing processing. Second,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.