Print at Feb 4, 2026, 2:17:02 PM

Posted by daytooner at Apr 14, 2023, 1:32:59 AM
Errors creating plugin class
I have followed the instructions here: https://www.sweethome3d.com/pluginDeveloperGuide.jsp to generate a basic plugin. But when I generate the VolumePlugin class, I get the error:

"The type com.eteks.sweethome3d.plugin.Plugin is not accessible"

Here is the code that was generated:

package com.eteks.test;

import com.eteks.sweethome3d.plugin.Plugin;

public class VolumePlugin extends Plugin {
}


Did I miss something?

TIA

ken