Joshua Gooding
-
2010-10-29
Well first it isn't static like the rest of the methods and when I call new ProjectManager().getProjectNames() I get this
Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.String;
at org.formaria.aria.ProjectManager.getProjectNames(ProjectManager.java:128)
at aria.projects.myproject.NewMain.main(NewMain.java:21)