Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

quantum

Members
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. quantum's post in space is full was marked as the answer   
    Problem is solved with the help of:
    https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#I_get_.22No_space_left_on_device.22_errors.2C_but_df_says_I.27ve_got_lots_of_space
     
    I used the command:
    btrfs fi balance start and now it works.
  2. quantum's post in java.lang.UnsatisfiedLinkError: Could not load SWT library with Eclipse SDK was marked as the answer   
    I don't really know what it did that made it work, but it works.
     
    The last steps i did were:
    starting eclipse from root (worked after small modification of the file  /usr/bin/eclipse-bin-4.3)           adding -XX:-UseBiasedLocking to the last line
              which now looks like:
    exec "${ECLIPSE_BIN}" -vm $(java-config --java) "$@" "${ECLIPSE_USER_ARGS}" -vmargs ${VM_ARGS} -XX:-UseBiasedLocking        2. remove ~/.eclipse directory
          3. java-config --set-user-vm=oracle-jdk-bin-1.8
          4. java-config-2 --set-user-vm=oracle-jdk-bin-1.8
          5. start eclipse
     
     
     
×
×
  • Create New...