> In my java Project I have src folder with my main class and savant.amino folder with the demo classes
>
> in Amino plugin.java there are :
> import savant.api.data.DataFormat;
> import savant.api.event.PluginEvent;
> import savant.api.event.TrackEvent;
> import savant.api.util.Listener;
> import savant.api.util.PluginUtils;
> and some others
>
> When I copy/past import lines in my Class import cannot be resolve !
> even the two classes are in the same project with the same buildpath !
>
> Can you help me please ?
Hi Maxime,
Is your Eclipse project including the Savant.jar library? That might explain the missing imports.
Eric Smith
Tarkvara Design Inc.
so I can start development :)
I m some problem to export my project in jar. maybe I miss some files
to include in the jar ...
When i load my jar in Savant v1.6.1, it pop NoClassDefFoundError:
savant/api/util/Listener
> yes Savant.jar is included.
> mysteriously, it works before save and reboot eclipse, maybe a
> actualisation problem.
>
> so I can start development :)
>
> I m some problem to export my project in jar. maybe I miss some files
> to include in the jar ...
> When i load my jar in Savant v1.6.1, it pop NoClassDefFoundError:
> savant/api/util/Listener
Hi Maxime,
It sounds like you compiled your plugin using the Savant.jar from the 2.0.0-alpha SDK and are trying to run the plugin in 1.6.1. We haven't officially released 2.0.0, but if you want to test your plugin inside the Savant application, you can replace your application's existing Savant.jar with the copy from the SDK.
Hope that helps,