Both Windows and Linux have static libraries and dynamic libraries. I used to develop dynamic libraries and static libraries in windows. I am not very familiar with the path of the Library in Linux.I learned how to develop static and dynamic
The android SDK does not include the source code of the selected platform. As a result, the SDK cannot be linked to the source code of each API when developed based on the eclipse ADT. This makes most people who are used to source code development
Now I have to make up for chapter's reading experience because I think there is a place to mention.
When installing the configuration, it is described as follows:Jboss-3.2.1AndLomboz.21 _ 02, I decided to use JBoss 3.2.5 and lomboz 213. Although I
Distributed applications in J2EE (distributed architecture in J2EE)
I read an article on how to improve the efficiency of JBoss RMI/IIOP at the huihoo forum. "One application is a client swing + J2EE server and runs on the Intranet. There is now a
Eclipse commonly used plug-ins can be installed in two ways:
1. Online installation;
2. copy and paste features and plugins locally to the features and plugins folders of Eclipse;
The disadvantage of online installation is network problems;
Note: This article uses eclipse3.0.1 (including the Chinese package) for testing. You can apply this document in Chinese and English.Author's original article address:Http://blog.csdn.net/bromon/archive/2004/11/15/182822.aspx
This article is well
First, see how eclipse calls the Tomcat Service.
The modification procedure is as follows:
Copy all files in the $ catalina_home/webapp directory to workspace/. Metadata/. plugins/org. Eclipse. WST. server. Core/tmp0/wtpwebapps.
Modify the file
Author: Maverick
Blog:Http://blog.csdn.net/zhaohuabing reprint please indicate the source now a lot of Java coding friends will use eclipse as an integrated editing environment, eclipse speed is much faster than JBuilder, but still relatively
(1) download Java JDK:
Go to this page: http://www.oracle.com/technetwork/java/javase/downloads/index.htmlSelect Download JDK to download only JDK. You do not need to download JRE.
(2) download eclipse
Go to this page:
I have already told you how to install GCC and GDB. I will not go into details here!
I. Two required software:
Jre-7u25-linux-i586.rpm (Virtual Machine)
Eclipse-CPP-Kepler-r-Linux-GTK .tar.gz (eclipse tool)
II,
JDK jre-7u25-linux-i586.rpm
Write a Hello World Program
The following describes how to write a HellWorld program:
1. Select File → new → project;
2. Select Java for the project category;
3. Select a Java project from the project list;
4. Click "Next ";
5. Enter the project
Download and install Eclipse
Go to the Eclipse project home page http://www.eclipse.org and click Downloads to go To the download page. The latest version of Eclipse is version 2.0.2, but the multi-language translation package of version 2.0.2 is
I always thought that I was very familiar with eclipse, but I recently read a book and found that I am still far away from using it. I don't know how to use many shortcut keys.
I will list them as follows. On the one hand, I will give my reference
1. adjust settings
1. workspace
2. spell
Add the following to the first line of the file:
# Coding = UTF-8
When I heard that, for example, when setting the control title, add U to the front, such as label = Label (top, text = u "",
Document directory
Format requirements
Virtual Machine
Heap and Non-heap memory
Eclipse startup is controlled by $ ECLIPSE_HOME/eclipse. ini. If $ ECLIPSE_HOME is not defined, the default Eclipse. ini under the eclipse installation directory
Ctrl + Shift + K search for the previous one (you must first select the code to be searched)Ctrl + K find the next one (same as above)
Ctrl + Shift + P move to matching brackets, only available in the JAVA Editor, does not seem to work in the
Http://www.iteye.com/topic/982182
I have been using eclipse for years. I believe that java programmers do not know about it. Recently, I gave guidance to new students in the team and explained how to build the Eclipse development environment, one
1. Download and install eclipse:
You can go to the official website for release (assuming e:/eclipse ).
2. Configure the eclipse plug-inCommon plug-ins include lomboz (jsp, j2ee development), tomcatplugin (tomcat plug-in), easystruts (struts
1. Download JDK: java.sun.com/j2se/1.4.2/download.html "> http://java.sun.com/j2se/1.4.2/download.html, my computer is 64-bit, so download jdk-7u25-linux-x64.rpm
2. Install JDK:
# Rpm-ivh jdk-7u25-linux-x64.rpmIf the prompt is displayed:Rpm: RPM
I want to execute Test. java under package1
Go to the directory where. java is located.
Run javac Test. java
Then, if java Test is executed, an error is displayed.
Exception in thread "main" java. lang. NoClassDefFoundError: (wrong name: package1
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.