Where to find the Java version of my program.
in
Programming Questions
•
2 years ago
Admitted newbie here.
Was stress testing my Processing program and getting expected Null Pointer errors.
The traceback, showing the call trace of exactly where the error occurred contained references to my program, but with a .java extension.
The line numbers did not relate to the code above in the editor window, as I had hoped.
This must be a normal by product of how Processing works, right?
It creates a .java file internally somewhere which is the Java version of my program.
Is there a way to see the Java version of my program?? I searched carefully using UNIX 'find' and can't locate it.
Thanks
Was stress testing my Processing program and getting expected Null Pointer errors.
The traceback, showing the call trace of exactly where the error occurred contained references to my program, but with a .java extension.
The line numbers did not relate to the code above in the editor window, as I had hoped.
This must be a normal by product of how Processing works, right?
It creates a .java file internally somewhere which is the Java version of my program.
Is there a way to see the Java version of my program?? I searched carefully using UNIX 'find' and can't locate it.
Thanks
1