on ‎2018 Oct 05 9:14 PM
Hi All -
I get error messages for each independent variables when I compile the java files that are generated automatically out of PA.
When I run the following statement on the terminal:
>> javac -Xlint:deprecation KxJRT.jar My_Model.java
I get below errors during the compilation process:
symbol:class IKxDModellnput
location: class SampleModel SampleModel.java:702: error: cannot find symbol
private double Kxen_RobustRegression_0_KxVar6( IKxDModellnput ilnput ) {

However, when I run the same files using this statement:
>> javac -classpath KxJRT.jar My_Model.java
I just get some warnings/notifications regarding some depreciated statements on the source but ultimately it generates a class at the end of the compilation.
The question is: Should I modify the Java file that generated out of PA to get rid of the error messages that is compiled with -Xlint parameter or leave the source code as it is?
Your expert insights on the matter would be greatly appreciated.
Thanks & regards
Erdal
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.