# Fedora java issue solved

**URL:** <https://bisq.community/t/fedora-java-issue-solved/6593>\
**Category:** Support\
**Created:** [November 13, 2018, 7:27am UTC](https://bisq.community/t/fedora-java-issue-solved/6593 "2018-11-13T07:27:48Z")\
**Posts on this page:** 10\
**Page:** 1

<div class="post-metadata">

**Author:** ![torte](https://bisq.community/letter_avatar/torte/32/5_5575768a8748004e209b776fc1b2916d.png) [@torte](https://bisq.community/u/torte)\
**Post date:** [November 13, 2018, 7:27am UTC](https://bisq.community/t/fedora-java-issue-solved/6593/1 "2018-11-13T07:27:48Z")

</div>

After upgrade from Fedora 28 to 29 the bisq desktop app didn’t work anymore, producing java errors on start. Following the exact instructions on this side fixed it. Under no circumstances use the rpm package, it makes the error list longer. Work with the .tar.gz.

[https://fedoraproject.org/wiki/JDK\_on\_Fedora](https://fedoraproject.org/wiki/JDK_on_Fedora)

---

<div class="post-metadata">

**Author:** ![Homard](https://bisq.community/letter_avatar/homard/32/5_5575768a8748004e209b776fc1b2916d.png) [@Homard](https://bisq.community/u/Homard)\
**Post date:** [November 13, 2018, 8:30am UTC](https://bisq.community/t/fedora-java-issue-solved/6593/2 "2018-11-13T08:30:13Z")

</div>

Thanks for the useful return.

btw, the openjdk-10 Linux installation procedure/documentation from Oracle is quite incomplete. At least for Debian.  
(… a bit shameful from Oracle).

---

<div class="post-metadata">

**Author:** ![ManfredKarrer](https://bisq.community/user_avatar/bisq.community/manfredkarrer/32/26_2.png) [@ManfredKarrer](https://bisq.community/u/ManfredKarrer)\
**Post date:** [November 18, 2018, 3:21pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/3 "2018-11-18T15:21:18Z")

</div>

Yes Oracle fucked up their new release cycle policy quite a lot. I regret that we moved too early. People will learn and only take LTS releases serious in future, the other “releases” are basically alpha test releases but not suitable for production.

---

<div class="post-metadata">

**Author:** ![zebra](https://bisq.community/letter_avatar/zebra/32/5_5575768a8748004e209b776fc1b2916d.png) [@zebra](https://bisq.community/u/zebra)\
**Post date:** [December 11, 2018, 9:28pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/4 "2018-12-11T21:28:47Z")

</div>

How can i install it in Fedora? I downloaded the file (.tar.gz) i unpacked the file but i cant use ./configure , make make install dnf install so what do i need to do? Sorry for the nooby mistake but my programming skills are limited ps I followed the java guide.

---

<div class="post-metadata">

**Author:** ![alexej996](https://bisq.community/user_avatar/bisq.community/alexej996/32/491_2.png) [@alexej996](https://bisq.community/u/alexej996)\
**Post date:** [December 11, 2018, 10:18pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/5 "2018-12-11T22:18:13Z")

</div>

You need to download .deb package and unpack it so you can run the binary directly.

You should be able to run  
`ar x Bisq-64bit-0.9.0.deb`  
to extract files and then run `Bisq` binary from command line.

---

<div class="post-metadata">

**Author:** ![torte](https://bisq.community/letter_avatar/torte/32/5_5575768a8748004e209b776fc1b2916d.png) [@torte](https://bisq.community/u/torte)\
**Post date:** [December 12, 2018, 8:22pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/6 "2018-12-12T20:22:49Z")

</div>

Until version 0.8.0 I installed it in fedora successfully with  
$ git clone [https://github.com/bisq-network/bisq-desktop.git](https://github.com/bisq-network/bisq-desktop.git)  
$ ./gradlew build  
But now for 0.9.0 I get java errors on installation which I cannot solve. Your recommended  
ar x Bisq-64bit-0.9.0.deb  
worked fine, however now I have a total new installation, account age 0, no history. How to get the old data into the new fastest? Is there one folder to copy? And additionally should I load the old seed into the new installation? Expect some reimbursement on BTC addresses so I’d be even more interested to get the old address tree into the 0.9.0 app.

Thanks.

P.S:  
Have my old files in  
/.local/share/Bisq and in  
~/bisq-desktop

---

<div class="post-metadata">

**Author:** ![torte](https://bisq.community/letter_avatar/torte/32/5_5575768a8748004e209b776fc1b2916d.png) [@torte](https://bisq.community/u/torte)\
**Post date:** [December 12, 2018, 8:36pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/7 "2018-12-12T20:36:07Z")

</div>

After reading this I decided to work with a new instance, because I had more and more issues in the near past:  
[https://bisq.community/t/how-to-switch-to-a-new-data-directory/6753](https://bisq.community/t/how-to-switch-to-a-new-data-directory/6753)  
The old one I can still start so I can pick up from there what is needed…

---

<div class="post-metadata">

**Author:** ![alexej996](https://bisq.community/user_avatar/bisq.community/alexej996/32/491_2.png) [@alexej996](https://bisq.community/u/alexej996)\
**Post date:** [December 13, 2018, 1:09am UTC](https://bisq.community/t/fedora-java-issue-solved/6593/8 "2018-12-13T01:09:54Z")

</div>

It seems like your new Bisq installation started the data directory in a new place then.

Maybe you can check it out by going to Account-\>Backup to find the place of a data directory in the new distance. It would be very useful in general to know where your data directory is, just for future reference.

---

<div class="post-metadata">

**Author:** ![torte](https://bisq.community/letter_avatar/torte/32/5_5575768a8748004e209b776fc1b2916d.png) [@torte](https://bisq.community/u/torte)\
**Post date:** [December 13, 2018, 7:46pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/9 "2018-12-13T19:46:34Z")

</div>

The datadir is (Linux)  
/.local/share/Bisq  
like it was before. Very strange. After second start suddenly I had my old environment back. So good for now but I don’t know why it didn’t work at first start.

Thanks for the guidance!

---

<div class="post-metadata">

**Author:** ![ManfredKarrer](https://bisq.community/user_avatar/bisq.community/manfredkarrer/32/26_2.png) [@ManfredKarrer](https://bisq.community/u/ManfredKarrer)\
**Post date:** [December 23, 2018, 12:22pm UTC](https://bisq.community/t/fedora-java-issue-solved/6593/10 "2018-12-23T12:22:01Z")

</div>


