<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=254Lecture5</id>
	<title>254Lecture5 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=254Lecture5"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=254Lecture5&amp;action=history"/>
	<updated>2026-04-19T17:03:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=254Lecture5&amp;diff=300&amp;oldid=prev</id>
		<title>Mark: 1 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=254Lecture5&amp;diff=300&amp;oldid=prev"/>
		<updated>2008-03-08T22:35:29Z</updated>

		<summary type="html">&lt;p&gt;1 revision(s)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:35, 8 March 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki-mw_:diff:1.41:old-299:rev-300 --&gt;
&lt;/table&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=254Lecture5&amp;diff=299&amp;oldid=prev</id>
		<title>Mark at 03:01, 24 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=254Lecture5&amp;diff=299&amp;oldid=prev"/>
		<updated>2006-07-24T03:01:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;by nasser&lt;br /&gt;
&lt;br /&gt;
==Lecture on Basics==&lt;br /&gt;
*Paths&lt;br /&gt;
*Packages/JARs&lt;br /&gt;
*Class paths&lt;br /&gt;
*tidiness&lt;br /&gt;
*ant&lt;br /&gt;
*JUnit&lt;br /&gt;
&lt;br /&gt;
==Command prompt==&lt;br /&gt;
*dir&lt;br /&gt;
*dir /b &amp;gt; in.txt&lt;br /&gt;
*dir /b &amp;gt; in2.txt&lt;br /&gt;
*fc in.txt in2.txt ? diff.txt&lt;br /&gt;
&lt;br /&gt;
*sort in.txt &amp;gt; res.txt&lt;br /&gt;
&lt;br /&gt;
Paths&lt;br /&gt;
&lt;br /&gt;
* echo this is fuyn!! - (what he wrote)&lt;br /&gt;
&lt;br /&gt;
*echo %path%&lt;br /&gt;
*set path=%path%&lt;br /&gt;
**does nothing&lt;br /&gt;
*set path=%path%;01&lt;br /&gt;
**makes it the subdir 01&lt;br /&gt;
&lt;br /&gt;
*jar of mylib.jar&lt;br /&gt;
*set pather=%path%                 semi colon&lt;br /&gt;
&lt;br /&gt;
*javac -classpath mylib.jar Main.java&lt;br /&gt;
*java -classpath mylib.jar Main  (look inside the jar file to find the file)&lt;br /&gt;
&lt;br /&gt;
*javac -d E:\....\bin *.java&lt;br /&gt;
*jar tf JabRef-2.0.1.jar            ( his example jar file )&lt;br /&gt;
*jar xf JabRef-2.0.1.jar  ??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*jar cf myjob.jar *        (cf= create file)&lt;br /&gt;
*jar cfm mylib.jar mine.txt * (manifest file)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lab tomorrow morning.&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>