Shahar Gluzman <[email protected]> writes: > Hi, > > Thanks you again for your help before :) > > After installing Ubuntu 64 , I succeed to download , compile and build. > > The current problem , where can I find the > xwalk_core_library_java_app_part.jar and > xwalk_core_library_java_library_part.jar in the existing out/Release > folder?
% cd out/Release % find . -name xwalk_core_library_java_app_part.jar ./lib.java/xwalk_core_library_java_app_part.jar % find . -name xwalk_core_library_java_library_part.jar ./lib.java/xwalk_core_library_java_library_part.jar Are you sure you are really after those two files in order to achieve whatever you intend to achieve? _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
