question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Offline Installation Help

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
comodcommented, Sep 6, 2019

Thanks, it works now!

1reaction
Peng-YMcommented, Jul 24, 2018

Ok, it seems the version of GLIBC in my server is too old, great thanks for your help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found