Hello,
I am trying to build a sandboxed application but when I try to run the feature on my VDE I have the following error:
=============== [ Initialization Stage ] ===============
=============== [ Converting fonts ] ===============
=============== [ Converting images ] ===============
=============== [ Launching on Simulator ] ===============
=============== [ Launch Shielded Plug server on port 10082 ] ===============
ShieldedPlug client "/127.0.0.1:61889" disconnected.
KERNEL Hello World!
=> Starting Feature MyFeature
Cannot find feature entry point class com/mycompany/MyFeature
Exception in thread "com.is2t.feature.MyFeature" java.lang.NullPointerException
at java.lang.Throwable.fillInStackTrace(Throwable.java:82)
at java.lang.Throwable.<init>(Throwable.java:32)
at java.lang.Exception.<init>(Exception.java:14)
at java.lang.RuntimeException.<init>(RuntimeException.java:14)
at java.lang.NullPointerException.<init>(NullPointerException.java:6)
at ej.kf.Feature.initEntryPoint(Feature.java:196)
at ej.kf.Kernel$2.run(Kernel.java:220)
at java.lang.Thread.run(Thread.java:325)
at java.lang.Thread.runWrapper(Thread.java:387)
What is going on?
Thank you.