The Installation of the Ethereum Portfolio Fails: A Guide for Ubuntu 14.04 Users
Are you a development Ethereum or a van trying to create a new portfolio on your linux system? Unfortunately, the installation of the Ethereum portfolio based in Java of MJ Coin on Ubuntu 14.04 Can be a frustrating experience. .
Resolution Steps
Before Immersing Yoursself in the Installation Process, We Cover Some Potential Causes of the Error:
2.
: Make sure to use a 64 -Bit version of Ubuntu.
Passo-Step Installation Guide
Passage 1: Update the Package Index
Open and Terminal and Update the Package Index Using:
`Bash
Sudo apt-get update
`
Step 2: Install the Necessary Addictions
Install OpenJDK and JDK to Fill in Java Applications:
`Bash
Sudo apt-get installs openjdk-8-jdk
`
If you are using a 64 -Bit system, be sure to use the 64 -Bit openjdk version:
`Bash
Sudo dpkg -i-born-openjdk-jdk_64bit-amd64.deb
`
Step 3: Install the Java Development Kit (JDK)
Install JDK to Fill in and Perform Java Applications:
`Bash
Sudo apt-get installs default-jdk
`
Alternatively, you can use a specific version of JDK:
`Bash
Sudo dpkg -i-born-overwrite java-8-openjdk-amd64.deb
`
Passage 4: Fill in the Wallet
Create a new directory for your wallet and basis in the terminal:
`Bash
Mkir mjcoin-wallet
CD Mjcoin-Wallet
`
Copy the code of the Ethereum portfolio based in Java of the MJ Coin in the SRC/Main/Java
Directory:
`Bash
cp -r ./src/main/java/mjcoin/wallet/usr/local/bin/
`
Fill in and Perform the Wallet:
`Bash
Sudo ./wallet
`
If you encounter problems while filling out, make sure the system meets the minimum requirements. You can check compatible architecture using:
`Bash
Dpkg -list | Grep x86_64
`
If you are still facing problems, try installing a different version of Java or JDK.
Additional Suggestions and Resources
*
*
Conclusion
Ubuntu 14.04 In case of further problems, consult further resources or ask for online or support channels.