Java (Spring) Errors

Asked 1 years ago, Updated 1 years ago, 435 views

The following error appears:

The
 method getUploadFile() is undefined in the type KnpnkKnskForm.
The method setOutputFileNm(String) is undefined in the type KnpnkKnskForm.

In this case, do I have to define it in KnpnkKnskForm?

java spring

2022-09-30 21:59

1 Answers

In this case, are you probably building using someone's code?
If you want to build using someone's code, you should look for an import destination and import it.


2022-09-30 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.