lanthale

Results 29 comments of lanthale

It is usable on the classpath. But if you use the modulepath than you need in your lib a file “module-info” where you express which classes are exposed to the...

To modularize the dependencies it is possible to use moditect. But you are right that the change is bigger than someone thinks of and means that the lib cannot be...

@lessthanoptimal A fatjar would be a very good solution. This can than be used easily with moditect in the java module system. It should help if all packages names inside...

I have now created a local maven repo and installed there the fatjar created out of the core jar's for usage in my project. I am looking forward to the...

I have an idea to get boofcv better usable on the module path: Actually you have e.g. in package org.boofcv in more than one of the lib's classes. What if...

@lessthanoptimal I just want to let you know that I have shifted the usage of boofcv in Photoslide because it is not realy working with the fatjar. Sometimes maven downloads...

For me the target was to have native packages for every os and if you want to go that route it is only possible with modules. E.g the startup time...

Just create a module-info.java in the root package for every jar. Than you are at least fine. But the problem remains that package names must be unique. That means that...

I have now started a discussion in my project and invited you.

I have tried with my multipage tiff file and it worked. Please can you provide me again a sample file ? ![grafik](https://user-images.githubusercontent.com/25955909/109184015-d3f45a80-778e-11eb-807c-a817a69a5cf1.png)