Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r6c91a92a rf3429309  
    3636    <para>Java is different from most of the packages in LFS and BLFS. It
    3737    is a programming language that works with files of byte codes to obtain
    38     instructions and executes then in a Java Virtual Machine (JVM). An 
     38    instructions and executes then in a Java Virtual Machine (JVM). An
    3939    introductory java program looks like:</para>
    4040
    41 <screen><literal>public class HelloWorld 
     41<screen><literal>public class HelloWorld
    4242{
    43     public static void main(String[] args) 
     43    public static void main(String[] args)
    4444    {
    4545        System.out.println("Hello, World");
     
    6565    jar files. This is a standard list of colon-separated directory names
    6666    similar to the <envar>PATH</envar> environment variable.</para>
    67  
     67
    6868  </sect2>
    6969
     
    7373    <para>Creating a JVM from source requires a set of circular dependencies.
    7474    The first thing that's needed is a set of programs called a Java Development
    75     Kit (JDK).  This set of programs includes <command>java</command>, 
    76     <command>javac</command>, <command>jar</command>, and several others. It 
     75    Kit (JDK).  This set of programs includes <command>java</command>,
     76    <command>javac</command>, <command>jar</command>, and several others. It
    7777    also includes several base <emphasis>jar</emphasis> files.</para>
    7878
Note: See TracChangeset for help on using the changeset viewer.