Jan Polowinski wrote: > Seems, that the problems are only due to path problems, so don't worry about > this post. > > FresnelUtilities.read(ontoRepo, "file://" + onto.getAbsolutePath(), > "RDFXML"); > > Doesn't work on a windows (XP) machine. Instead the URl has to become sth. > like file:///C:/... Which can be achieved by using the onto.toURL.getPath() > method. There should be a better way though, since this is deprecated.
Thanks for picking up on that, I've fixed it so it runs on Windows. -- Ryan Lee [EMAIL PROTECTED] MIT CSAIL Research Staff http://simile.mit.edu/ http://people.csail.mit.edu/ryanlee/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
