<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.prom-auto.ru/wiki/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://www.prom-auto.ru/wiki/feed.php">
        <title>ПромАвтоматика dev:java:tips</title>
        <description></description>
        <link>https://www.prom-auto.ru/wiki/</link>
        <image rdf:resource="https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-08-22T01:01:09+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:accessrestrict&amp;rev=1348419389&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:eclipse_build_path&amp;rev=1348728587&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:firebird&amp;rev=1367571968&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:javadoc&amp;rev=1348481461&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:notstarts&amp;rev=1392876129&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico">
        <title>ПромАвтоматика</title>
        <link>https://www.prom-auto.ru/wiki/</link>
        <url>https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:accessrestrict&amp;rev=1348419389&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-23T20:56:29+03:00</dc:date>
        <title>Access restriction problem in Eclipse</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:accessrestrict&amp;rev=1348419389&amp;do=diff</link>
        <description>Access restriction problem in Eclipse

Eclipse error message:



Solution 1 (dirty)

This error message can be removed by changing a setting inside Eclipse IDE. Open up the dialog box shown below, using any of the following paths.

	*  Windows -&gt; Preferences</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:eclipse_build_path&amp;rev=1348728587&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-27T10:49:47+03:00</dc:date>
        <title>Eclipse build path</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:eclipse_build_path&amp;rev=1348728587&amp;do=diff</link>
        <description>Eclipse build path

Different build paths for different source folders

Use case: need to separate project build files from test build files.

	*  Project properties -&gt; Java build path -&gt; Source tab
	*  Check Allow output folders for source folders
	*</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:firebird&amp;rev=1367571968&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-03T13:06:08+03:00</dc:date>
        <title>Firebird / Jaybird</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:firebird&amp;rev=1367571968&amp;do=diff</link>
        <description>Firebird / Jaybird

У меня возникли проблемы с установкой JDBC драйвера jaybird на JBoss. Оказалось, что в драйвере не было файла META-INF/services/java.sql.Driver -- в котором должно быть указано название дравера, для FireBird это org.firebirdsql.jdbc.FBDriver</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:javadoc&amp;rev=1348481461&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-24T14:11:01+03:00</dc:date>
        <title>JavaDoc CheatSheet</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:javadoc&amp;rev=1348481461&amp;do=diff</link>
        <description>JavaDoc CheatSheet

{@code A&lt;B&gt;C} -&gt; A&lt;B&gt;C - code font

{@literal A&lt;B&gt;C} -&gt; A&lt;B&gt;C - text font

@throws / @exception IOException description

{@inheritDoc} - copies documentation from the «nearest» inheritable class or implementable interface

{@link  package.class#member  label}</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:notstarts&amp;rev=1392876129&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-20T10:02:09+03:00</dc:date>
        <title>Eclipse doesn`t start</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:tips:notstarts&amp;rev=1392876129&amp;do=diff</link>
        <description>Eclipse doesn`t start

Eclipse error message:



Solution 1 - right one from eclipse foundation

adding to eclipse.ini
after term «openFile» this lines

	*  Linux:


-vm
/usr/lib/jvm/java-current/bin/java


	*  Windows


-vm
/path/bin/javaw.exe</description>
    </item>
</rdf:RDF>
