Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

This library isn't working.

Đang mở
#7 4 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
25/100
Loại issue
Lỗi
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
java
Lĩnh vực
tooling

Hướng nghiên cứu

Bắt đầu bằng cách tái hiện việc cài đặt từ tệp zip đã tải xuống trong Processing 3.5.4 và kiểm tra cách đặt tên của thư viện và các JAR trong archive. Xác nhận các package import và cấu trúc dependency, sau đó kiểm tra để đảm bảo rằng một bản cài đặt sạch xuất hiện trong Import Library mà không có lỗi thư viện xung đột.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

I downloaded the zip file and extracted it all into a new folder in "libraries" in my Processing folder, but when I would type "import processing.OpenSimplexNoise.*;" I got the message "The import processing.OpenSimplexNoise cannot be resolved." I discovered that this was because the library and JAR file didn't have the same name, and the "lib" folder should be "library."
I fixed these two issues, and then OpenSimplexNoise appeared in the Import Library menu, but when I did, a bunch of code appeared:

import japplemenubar.*;
import processing.awt.*;
import processing.core.*;
import processing.data.*;
import processing.event.*;
import processing.javafx.*;
import processing.opengl.*;

and the error message:

More than one library is competing for this sketch
The import japplemenubar points to multiple libraries:
core (C:\Program Files\Processing\processing-3.5.4\core)
OpenSimplexNoise (C:\Users**\Documents\Processing\libraries\OpenSimplexNoise)
Extra libraries need to be removed before this sketch can be used.

As far as I can tell, I haven't done anything incorrectly, and whatever's happening here is probably far beyond my understanding.

Ngôn ngữ chính
Java
Star
50
Fork
18
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của CodingTrain/OpenSimplexNoise-for-Processing

Tất cả issue của CodingTrain/OpenSimplexNoise-for-Processing

Issue tương tự

Thêm issue về Java

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.