Install java
-
Oracle Universal Installer The Java-based Oracle Universal Installer offers an installation solution for all Java-enabled platforms, allowing for a common installation flow and user experience independent of the platform. The Universal Installer Detects dependencies among components and performs an installation accordingly Can be used to point to a URL where a release or staging area was defined and install software remotely over HTTP Can be used to remove products installed. The deinstallation actions are the “undo” of installation actions.
22p trinh02 28-01-2013 61 4 Download
-
Hướng Dẫn Cài Đặt NS2 2.35 Trên Ubuntu 12.04 Bước 1 : download NS2 2.35 tại địa chỉ http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone2.35.tar.gz/download Bước 2 : Sau khi download về các bạn giải nén để được thư mục ns-allinone-2.35 Bước 3 : copy thư mục này vào trong thư mục home Bước 4 : cài đặt công cụ biên dịch Các bạn mở terminal và chạy dòng lệnh sau : sudo apt-get install build-essential tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev gcc-4.4 g++4.4 xgraph libxmu-dev libxmu-headers Bước 5 : Fix bug gcc Trong thư mục ns-allinone-2.35/otcl-1.14 và ns-allinone-2.
2p vuthanhdt9 18-10-2012 1047 89 Download
-
Language Lap trinh JAVA Java is the language programming direction objects (as C + +) do Sun Microsystem output to the first hex niên 90 the ky 20. Program Việt using Java can be running on any hệ system that have installed your virtual Java (JVM - Java Virtual Machine). Máy virtual Java (JVM - Java Virtual Machine): One programs write by Java will be compile ra mã of the virtual Java (mã java bytecode)
53p nguyenvanhabk1 04-09-2012 83 6 Download
-
Describe the necessity and the advantage of the framework Develop the Web application by using the framework. Struts: The Apache Software Foundation JSF (JavaServer Faces): The Java Community Process(JCP) Webcoordinator: FUJITSU Ltd.Framework to develop the Web app. by using Servlet and JSP. Starts according to the request from a client Offers the mechanism to process request, storage of data, screen transition control, etc. Defines screen transition information in XML file (strutsconfig. xml)...
66p nguyenvanhabk1 04-09-2012 104 19 Download
-
provide request information for HTTP servlets. The servlet container creates an HttpServletRequest object and passes it as an argument to the servlet's service methods (doGet, doPost, etc).Client request information including : parameter name and values, and an input stream Attributes : custom information about a request. Extends the ServletRequest interface Returns the value of attribute : public Object getAttribute(String name)
36p nguyenvanhabk1 04-09-2012 105 7 Download
-
Prepared Statement : compile only one time Statement : compile each time to run If we have to use one SQL statement several times, it would better to use Preparerd Statement. PreparedStatement java.sql.Connection.prepareStatement(String sql) throws SQLException Arguments : setting by parameters “?”
34p nguyenvanhabk1 04-09-2012 76 5 Download
-
‘java.sql’ and ‘javax.sql’ package SQL Interfaces for application JDBC Driver Manager manage two or more JDBC drivers ‘DriverManager’ class in the java.sql package. JDBC Driver API defined for connecting between the JDBC driver manager and JDBC drivers JDBC Driver access each database 4 types : JDBCODBC bridge Native API partly – Java technologybased driver Netprotocol all Java technologybased driver
38p nguyenvanhabk1 04-09-2012 106 11 Download
-
At the end of the lesson, the student should be able to: Describe the features of Java technology Describe the different phases of a Java program. Java was created in 1991 by James Gosling et al. of Sun Microsystems. Initially called Oak, in honor of the tree outside Gosling's window, its name was changed to Java because there was already a language called Oak.
29p nguyenvanhabk1 04-09-2012 82 7 Download
-
More resilient to changes in the details of the XML documents than low-level DOM and SAX. Memory intensive and suffers a performance penalty Difficult to implement complicated business rules Have to learn a new language Can’t change the value of variables (requires recurs...
37p thiuyen12 15-09-2011 56 7 Download
-
Cài đặt Java Server trên Ubuntu I – Cài đặt Java SDK Với Java SDK không cần phải dùng dòng lệnh mà có thể dùng giao diện. Giống như cài MySQL, làm như sau: Search java và install OpenJDK Java 6 Runtime
4p heavenmaster1992 26-04-2011 187 48 Download
-
Critical Database Concepts new features include “invisible” indexes, simplified table maintenance, and editioned objects. You should evaluate your previous architecture decisions in light of the new features available. In the next several chapters, you will see how to install Oracle Database 11g and how to upgrade to Oracle Database 11g from prior releases. Following those chapters, you will see an overview of application planning, followed by many chapters on the use of SQL, PL/SQL, Java, object-oriented features, and XML to get the most out of your Oracle database.
10p vongsuiphat 04-01-2010 117 15 Download