본문 바로가기

my_lesson/_JAVA4

Java JDBC Java JDBC by mySQL,mariaDBGeneral Steps to Creating, Compiling and Running Java Programs Applets in Unix & Linux server Open a Unix window.Now, install mariaDB or mySQL and install connectot/J For example: prompt% sudo su ....prompt% apt-get install ..... Setting class pathThe JDBC connector will be located in the path /usr/share/java/. We can export the classpath as,export CLASSPATH=/usr/share/.. 2016. 5. 10.
Java Applet Java Applets General Steps to Creating, Compiling and Running Java Programs Applets in Unix & Linux server Open a Unix window.Now, change to the directory of your choice from within the window. For example: prompt% cd MyJavaStuff Using the editor of your choice, create some Java source code. For example, suppose we want a class named "A", then we would start vi, emacs, pico, or whatever editor w.. 2016. 2. 16.
Java Applications Java Applications General Steps to Creating, Compiling and Running Java Programs Applications in Unix & Linux server Open a Unix window.Now, change to the directory of your choice from within the window. For example: prompt% cd MyJavaStuff Using the editor of your choice, create some Java source code For example, suppose we want a Java class named "Test", then we would start vi, emacs, pico, or .. 2016. 2. 16.
Java Platform Standard Edition 8 Documentation Java Platform Standard Edition 8 Documentation Oracle has two products that implement Java Platform Standard Edition (Java SE) 8: Java SE Development Kit (JDK) 8 and Java SE Runtime Environment (JRE) 8.JDK 8 is a superset of JRE 8, and contains everything that is in JRE 8, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 8 provides the librari.. 2016. 2. 16.