You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ fan Hi.fanx
sys::Err: java.lang.NoClassDefFoundError: fan/vaseWindow/ToolkitPeer
at fan.sys.Err.make(Err.java:48)
at fan.std.Method.invoke(Method.java:430)
at fan.std.Method$MethodFunc.callList(Method.java:386)
at fan.std.Method.callList(Method.java:144)
at fan.std.ScriptCompiler.execute(ScriptCompiler.fan:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at fanx.util.Reflection.callMethodThrow(Reflection.java:155)
at fanx.tools.Fan.executeFile(Fan.java:109)
at fanx.tools.Fan.execute(Fan.java:48)
at fanx.tools.Fan.run(Fan.java:360)
at fanx.tools.Fan.main(Fan.java:398)
@HZA2005102370-L MINGW64 /d/Native/CrossPlatForm/logs
$ cat Hi.fanx
using vaseGui
class Hi
{
static fun main() {
root := Frame {
Button {
text = "Press Me"
onClick {
Toast("Hello World").show(it)
}
},
}
root.show
}
}
这个是什么原因?
The text was updated successfully, but these errors were encountered:
$ fan Hi.fanx
sys::Err: java.lang.NoClassDefFoundError: fan/vaseWindow/ToolkitPeer
at fan.sys.Err.make(Err.java:48)
at fan.std.Method.invoke(Method.java:430)
at fan.std.Method$MethodFunc.callList(Method.java:386)
at fan.std.Method.callList(Method.java:144)
at fan.std.ScriptCompiler.execute(ScriptCompiler.fan:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at fanx.util.Reflection.callMethodThrow(Reflection.java:155)
at fanx.tools.Fan.executeFile(Fan.java:109)
at fanx.tools.Fan.execute(Fan.java:48)
at fanx.tools.Fan.run(Fan.java:360)
at fanx.tools.Fan.main(Fan.java:398)
@HZA2005102370-L MINGW64 /d/Native/CrossPlatForm/logs
$ cat Hi.fanx
using vaseGui
class Hi
{
static fun main() {
root := Frame {
Button {
text = "Press Me"
onClick {
Toast("Hello World").show(it)
}
},
}
root.show
}
}
这个是什么原因?
The text was updated successfully, but these errors were encountered: