infjava / BlueJFRI

Custom BlueJ installation
GNU General Public License v2.0
3 stars 1 forks source link

cannot run installation script even though bluej source directory is indeed located in /src directory #2

Open numero69 opened 1 year ago

numero69 commented 1 year ago

OS: q4os (debian 11 fork) python3 and java dependencies are installed, bluej source is located correctly in the src directory. running the script gives me the error: ERROR: unpack bluej to the src/bluej directory

thanks

numero69 commented 1 year ago

ok, I solved the issue by removing the version check, since the README.MD is not downloaded with the bluej source 4.2.2. I think I managed to compile it (also needed to download checkstyle extension).

now i have a bash script called "bluej" in my dst directory, but it fails to run "bluej.jar" in the lib dir, or rather, load its main class - since it does not exist (the file as a whole)...

looking at the source of the python file, it just copies files and dirs/trees. installing the already compiled .deb package works fine, even though it does not contain the extensions you have to manually cp those into /usr/share/bluej/extensions/