the second js file enqueued inside wp plugin isn’t read

Problem resolved:
Thanks for your time and help.
Jquery must be called like that, It’s a mistake from me.

(function($){
    $(document).ready(function() {
    });
})(jQuery);

File not found.