bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.68k stars 1.26k forks source link

Importing Bisq into Intellij IDEA Question #1816

Closed xerxes805 closed 5 years ago

xerxes805 commented 5 years ago

image I tried Importing Bisq into Intellij IDEA,But there are many errors, such as(How to deal with it?please): Error: (40, 28) java: The package javafx.scene.control does not exist Error:(43, 27) java: The package javafx.scene.layout does not exist Error: (61, 21) java: symbol not found    Symbol: Class GridPane    Location: class bisq.desktop.components.paymentmethods.PaymentMethodForm Error: (64, 21) java: symbol not found    Symbol: class BooleanProperty    Location: class bisq.desktop.components.paymentmethods.PaymentMethodForm Error: (68, 15) java: symbol not found    Symbol: Class CheckBox    Location: class bisq.desktop.components.paymentmethods.PaymentMethodForm

devinbileck commented 5 years ago

If you are specifically trying to import v0.8.0 source, do you have Oracle JDK8 installed? Did you select JDK8 in IntelliJ project settings?

xerxes805 commented 5 years ago

Yes, both jdk8 and jdk10 have tried。

devinbileck commented 5 years ago

Are you using OpenJDK or Oracle JDK? Provide the output of this command: java -version

Did you run gradlew build?

xerxes805 commented 5 years ago

image run build project

devinbileck commented 5 years ago

You will need to run gradlew build.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ripcurlx commented 5 years ago

Closing as complete.