Offline Installation Help
See original GitHub issueHi, I want to use Pandomium in my server which cannot access the internet, I download the jar and the corresponding natives(unzip it manually), when I run the test case, it throws the following error:
$ javac -cp ".:pandomium-67.0.jar" Browser.java
$ java -cp ".:pandomium-67.0.jar" Browser
[23:32:38.682][main/INFO ] #
[23:32:38.684][main/INFO ] # Launching Pandomium 67.0
[23:32:38.684][main/INFO ] # Chromium Version: 67.0.3396.62
[23:32:38.684][main/INFO ] # CEF Version: 3.3396.1775.g5340bb0
[23:32:38.684][main/INFO ] #
[23:32:38.685][main/INFO ] Progress: 0%
Exception in thread "main" java.lang.UnsatisfiedLinkError: no linuxenv in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at net.dzikoysk.linuxenv.LinuxJVMEnvironment.<init>(LinuxJVMEnvironment.java:6)
at org.panda_lang.pandomium.loader.PandomiumLoaderWorker.load(PandomiumLoaderWorker.java:44)
at org.panda_lang.pandomium.loader.PandomiumLoaderWorker.run(PandomiumLoaderWorker.java:24)
at org.panda_lang.pandomium.loader.PandomiumLoader.load(PandomiumLoader.java:41)
at org.panda_lang.pandomium.Pandomium.initialize(Pandomium.java:37)
at Browser.main(Browser.java:14)
And Here’s my file structure:
Browser.java
natives
pandomium-67.0.jar
Could you help me solve this issue, thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Use the Office offline installer - Microsoft Support
Step 1. Download the offline installer from your account portal · To download the offline installer, go to www.office.com. · Select Install Office....
Read more >What is the offline method for downloading and installing Java ...
Use these simple instructions to download and install Java (also known as Java Runtime ... Go to the Manual download page; Click on...
Read more >Offline Installers for Secure Environments - Freedom Scientific
This command downloads the non-embedded installer files and creates a copy of the setup package in the folder specified. This allows a user...
Read more >Install & Activate Products on Offline Computers - Waves Audio
Install & Activate Products on Offline Computers · Launch the Waves Central application on the system where some your licenses are activated:
Read more >How can I obtain local offline Help? | AutoCAD 2022
In the upper-right corner of your application window, click the Help drop-down menu and then click Download Offline Help. · On the Web...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, it works now!
Ok, it seems the version of GLIBC in my server is too old, great thanks for your help.