A fatal error has been detected by the Java Runtime Environment: SIGSEGV, libjvm

前端 未结 9 1987
心在旅途
心在旅途 2020-11-29 03:50

Hi and thanks for reading,

I have the following error while running my program and can\'t figure out what the solution would be. I also looked at all the topics with

9条回答
  •  悲&欢浪女
    2020-11-29 04:31

    1.Set the following Environment Property on your active Shell. - open bash terminal and type in:

      $ export LD_BIND_NOW=1
    
    1. Re-Run the Jar or Java File

    Note: for superuser in bash type su and press enter

提交回复
热议问题