Re: notinited



"todd" <toddcamp@xxxxxxxxxxx> writes:

> java.lang.NoClassDefFoundError: Population (wrong name:
> tester/Population)

You need to use

code="tester.Population"

in the applet element - class names should be fully qualified there.
.