Errors creating plugin class

by daytooner » Fri Apr 14, 2023 1:32 am

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:

Code: Select all

package com.eteks.test;

import com.eteks.sweethome3d.plugin.Plugin;

public class VolumePlugin extends Plugin {
  }


Did I miss something?

TIA

ken