Return to Coding in Java with artEoz – exercises

Resources import

  1. The tutorial exercises are based on classes of the java library but also on specific resources developed for this tutorial. Clicking on displays the list of resources that can be used when running a program. Resource documentation here.
  2. You can also import your own resources in three formats: a simple class file (.class), a jar file (.jar), or a zipped directory (.zip) which contains class files. Use the button that opens a dialog box to choose on your computer the resource to import on the server. Note that these resources will only be stored on the server for the duration of your connection, and then deleted.

Caution: Your own resources may have the same name as one of the predefined resources. In this case, you must choose the “good” resource with button.

Back to java exercises list