An established web directory of sites leading to art and artists worldwide. Entries are searchable by state, country or alphabetically.
  Home | About  

Site of the Month for December 2011

December 12th, 2011 3:31 am

Artist Directory
Site of the Month for December 2011 is concerned with Art Information and Resources. Index Artist is the best art and artist directory offering links to painters, art masters, sculptors, graphic designers, body art, celebrity artists, ceramics, performing arts, painting, installation art, landscape architecture, drawing and sketching, art galleries, fine art services.

How do I get rid of those annoying “Out of memory” exceptions?

July 27th, 2011 2:36 am

When you launch any Java program, you must specify its “maximum heap size”; that is, the maximum amount of memory it is allowed to use. This is done with the -Xmx command line flag. For example, if you specify -Xmx256m on the command line when running it, it can use up to 256 MB of memory. If you do not include the -Xmx flag (or if you run it by double-clicking ArtOfIllusion.jar), the maximum heap size defaults to 64 MB.