Hi guys!
How I can include BoxedApp.dll for my Java - project?
Is it really?

Recommended Answers

All 2 Replies

Try using System.load(".dll name");

like this:

    static
    {
         System.loadLibrary("somedll");
    }

Excellent! thank you!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.