when i running the application , it will through an error in the deployment structure.

0
Buildfile: D:\Studio Tour-main\deployment\build_core.xml compile:     [javac] Compiling 7 source files to D:\Studio Tour-main\deployment\run\bin     [javac] D:\Studio Tour-main\javasource\system\UserActionsRegistrar.java:10: error: incompatible types: Class<Java_action> cannot be converted to Class<? extends UserAction<?>>     [javac]     registrator.registerUserAction(myfirstmodule.actions.Java_action.class);     [javac]                                                                     ^     [javac] D:\Studio Tour-main\javasource\system\UserActionsRegistrar.java:11: error: incompatible types: Class<VerifyPassword> cannot be converted to Class<? extends UserAction<?>>     [javac]     registrator.registerUserAction(system.actions.VerifyPassword.class);     [javac]                                                                 ^     [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output     [javac] 2 errors BUILD FAILED D:\Studio Tour-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 9 seconds  
asked
0 answers