teach you how to pack Java code into a jar file and convert it into an EXE executable file
1. Background:
Learning Java, the textbook on the issue of the title, only a section, but also to write their own troublesome configuration file, the end result can only be converted to a jar file. It's really a heart of a bad mood. This blog teaches you how to quickly and easily pack Java code into a jar file and convert it into an
Logo1_.exe files on the computer recently
Run the following file first
Copy Code code as follows:
@echo off
If exist%windir%\rundl132.exe echo found Sunway!
Pause
taskkill/f/im Rundl132.exe
taskkill/f/im Logo_1.exe
taskkill/f/im Logo1_.exe
taskkill/f/im Rav
Logo_1.exe Mutant Virus SolutionAfter the attachment decompression, the files inside the virus folder are copied to the c:\windows\ below. Rest assured. These are empty files. The file name is the same as the virus name. But it's all 0 bytes.Then run Logo1virus.bat to add the system to the files that were just put under c:\windows\. Hide. Read Only 3 properties.That's it. can prevent Sunway virus. That is to say, even if you have a Sunway virus in you
Objective:We all know that Java can package binaries into executable jar files, double-click the jar and double-click the EXE effect is the same, but the feeling is still different. In fact, the Java program is packaged as EXE also requires this executable jar file.Get ready:Eclipse, exe4j (online with software and account download)The first step is to package the Java project into an executable jar file, f
This article reproduces the address:http://blog.csdn.net/sunkun2013/article/details/13167099
1. Background:When you learn Java, there is only one section in the textbook about title, and you have to write your own cumbersome configuration file, and the end result can only be converted to a jar file. It's really a bad heart. This blog teaches you how to quickly and easily package Java code into jar files and convert to exe executable files2. Pref
There is no problem in keeping your Java code, and in idea It is OK to run, then, follow the steps below:Step one: Open File , Project Structure , artifacts, asStep Two: Click "+", select "Jar", select Empty or from modules with DependenciesStep three: Set a main function entry main classAfter completing the three steps above, click Finish.Step four: Come back to the idea main interface, click Build-->build artfacts--build will build the jar file in your project (the generated jar packa
Bcvsrv32.exe virus has appeared in our company, causing a large number of Windows servers and clients to be infected, and the Internet egress is blocked by a large number of junk data packets, a lot of need
Departments accessing foreign servers are affected, and the IT department receives a large number of service requests. However, according to the company's Windows Manager, The bcvsrv32.exe virus process
Recently wrote a small tool in Java, want to put it into EXE executable file, then directly put in a directory, the execution can run.Tools to use:1, write the project: can be a Java project, can also be a Java Web project2. Tools to play jar: I use the myeclipse development, they have their own tools, I use this directly3, exe4j: can go online download, address: http://www.ej-technologies.com/download/exe4j/files.html, there are green version and ins
These two days have encountered some problems in packaging a Java project into an EXE file, and now write down these problems and solutions.1, the background image cannot be displayed when using Java Swing as the front endSolution: Convert JPG images to PNG images ..... (I really don't know why.) Tortured me for two days)Create a new folder under the SRC folder for the project image to use in the project, you can hit the jar bag when the picture into
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 EXE also requires this executable jar file.
Get ready:
Eclipse, exe4j (online with software and account downloads)
The first step is to package the Java project into an executable jar file
Because the job requires the file to be packaged, so the search from the Internet, to share with you
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 EXE also requires this executable jar file.
Get ready:
Eclipse, exe4j (online with software and a
Missing full-text reprinted Images
Preface:
I recently studied duilib, a VC interface library, and encountered some problems when I carefully read its source code, suchHow the interface is drawn, and how underlying operations are implemented, that is, createwindow andHow showwindow is implemented is unknown, so I think it is necessary to re-understand Win32The startup/running principle of the application is good.As described in, the operating principle of E
teaches you how to package Java code into a jar file and convert it to an EXE executable1. Background:When you learn Java, there is only one section in the textbook about title, and you have to write your own cumbersome configuration file, and the end result can only be converted to a jar file. It's really a bad heart. This blog teaches you how to quickly and easily package Java code into jar files and convert to
When it comes to rundll32.exe, it's actually a program that runs DLL files, all of which are important to the system. Then the Rundll32.exe application error will cause some computer programs can not operate the situation, the main reason is that the computer virus destroyed the Rundll32.exe program, resulting in antivirus software to kill rundll32.
The experience of software calling EXE and DLL files in Delphi programming,
Experiences of software calling EXE and DLL files in Delphi programming
I. DefinitionThe EXE file is a complete "Windows form application" or "console application", which can be executed independently and called by the main EXE. It is composed
Sxs2.exe virus to the system time to April 1, 1980, Kaspersky immediately stop work, with Autorun connection Sxs2.exe program, the computer was planted.
Copy the following text into the text document and save as "clean sxs2.bat" and double-click to run.
Copy Code code as follows:
@echo off
Color 1a
Echo.
Echo Welcome to use
Echo.
echo this program mainly to deal with Sxs2.
This program is d by the V0 virus modification upgrade and comeTo have a certain contagious ability under DOS; 32-bit programming is applied in this program part; The production method is as follows; Tasm32 Dv1;; Tlink Dv1;;D Ebug Dv1.exe;-N dv1.com;-W; q; finally generate the Dv1.com virus programOff Equ OffsetDOSMCB struc;D OS Memory control chain structure (partial)Flag db?; is ' M ' is not the last piece; is ' Z ' is the last pieceOwner DW?; is 00
Computer knowledge
Speaking of Rundll32.exe is actually a program that runs DLL files, all of which are important to the system. Then the emergence of rundll32.exe application errors will cause some computer programs can not operate the situation, the main reason is that the computer virus destroyed the Rundll32.exe program, resulting in anti-virus software to k
We know that Windows DLL is not able to run independently, but Microsoft provides rundll32.exe for running DLLs.
First Test: Run "Rundll32.exe Shell32.dll,restartdialog", will pop up the restart dialog box. This same way you can turn on other features of the Windows system.
Here's how to define your own DLL to let Rundll32.exe run.
The DLL function prototype give
calling EXE executable in C + + programIn the development of the project, sometimes separate to develop, sometimes separate EXE file, some times will also call the ready-made toolkit inside some of the EXE file, so that in the project will be through the call EXE file to use.
Then in C + + directly call the
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.