Question
I created a drawing with an elbow connector and added connecting text.
Saved, click to bring back Java applet - no picture.
Click reload and I get:
- Error:java.io.IOException
- Class (CH.ifa.draw.figures.ElbowTextLocator) not accessible
Class is in jar file, still investigating.
- TWiki version: 01 Dec 2000
- Web server: Apache
- Server OS: Solaris 5.5.1
--
JohnTalintyre - 05 Jan 2001
Answer
Reproduced problem in standalone application. Seems to be due to visibility on CH.ifa.draw.figures.ElboxTextLocator, which was also nested in another class. Changing to public and removing nesting so we know what's going else sorted out the problem. Will upload as part of
TWikiDrawImageMaps.