<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://deepjava.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://deepjava.org/feed.php">
        <title>deep runtime_library</title>
        <description></description>
        <link>https://deepjava.org/</link>
        <image rdf:resource="https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico" />
       <dc:date>2026-04-07T11:01:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://deepjava.org/runtime_library/start?rev=1507044926&amp;do=diff"/>
                <rdf:li rdf:resource="https://deepjava.org/runtime_library/target_commands?rev=1456403585&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico">
        <title>deep</title>
        <link>https://deepjava.org/</link>
        <url>https://deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico</url>
    </image>
    <item rdf:about="https://deepjava.org/runtime_library/start?rev=1507044926&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-03T17:35:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>runtime_library:start</title>
        <link>https://deepjava.org/runtime_library/start?rev=1507044926&amp;do=diff</link>
        <description>Runtime Library

The runtime library offers all the necessary classes such as system classes and a multitude of drivers to run your application on the target system. The Java standard library is very powerful and rich. However, as our target compiler puts its focus on efficiency we do not want to support the full library. Some of the base classes, notably</description>
    </item>
    <item rdf:about="https://deepjava.org/runtime_library/target_commands?rev=1456403585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-25T13:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>runtime_library:target_commands</title>
        <link>https://deepjava.org/runtime_library/target_commands?rev=1456403585&amp;do=diff</link>
        <description>Target Commands

Target commands offer a very efficient way to modify a running system from the host. A target command is any class method (method declared static) without parameters. Such a command can be called from the host system. Through the debugger connection the method is called by the runtime system on the target.</description>
    </item>
</rdf:RDF>
