Nov 24 java class files for test change method

xiaoxiao2022-06-12  37

The java class files for test code in C is wrote in Java, then copy to C project path. This method was not good since it need two steps. So I changed to directly use files in Java project class path.

 

It simply use the following macro.

 

#define LIBRARY_PATH "C:\\workspace\\library\\classes\\" #define ABOSOLUTE_PATH(classfile) LIBRARY_PATH classfile  
转载请注明原文地址: https://www.6miu.com/read-4933669.html

最新回复(0)