How to include .pde o .java file with path?

Hi, i have a question…

I work in a library for processing over 3 years ago, i named this library “gameLibZero” and this is a library for game programming in processing 3.x on Windows, linux, macosx and Android…

my problem starts with the code, the library is a .pde file that I must add to any project where I want to use it.

The problem is that I can not leave it in a folder where processing is used without having to copy it to the project folder every time …

Is there a way to include a .pde or .java file that is not in the project folder?

1 Like

I’d suggest you to compile your library and package it as a “.jar” file: :coffee:

3 Likes