Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
becki:linux:java_plumbing [2010-03-30 15:02] becki |
becki:linux:java_plumbing [2010-04-06 15:56] (aktuell) becki |
||
---|---|---|---|
Zeile 93: | Zeile 93: | ||
java -cp build/classes PjpApplication | java -cp build/classes PjpApplication | ||
- | ===== Using Packages == | + | ===== Working with Packages == |
Structure: | Structure: | ||
Zeile 241: | Zeile 241: | ||
Note that there are [[javatut>deployment/applet/deployingApplet.html|more sophisticated ways]] to deploy an applet! | Note that there are [[javatut>deployment/applet/deployingApplet.html|more sophisticated ways]] to deploy an applet! | ||
+ | |||
+ | ===== Using external Libs == | ||
+ | |||
+ | FIXME http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html#ext-libs | ||
+ | FIXME http://ant.apache.org/manual/dirtasks.html (Manual -> Ant Tasks -> Core Tasks -> Concepts and Types -> Directory-based Tasks - How very easy to find!!) | ||
===== Use Unit Tests == | ===== Use Unit Tests == | ||
FIXME | FIXME |