'Deploying Solana Smart Contracts In Java
Can we create smart contracts in Java Programming Language In Solana? I have been studying about it and saw Rust, C and C++ languages. Can we do it in Java?
Solution 1:[1]
You cannot write smart contacts in Java on Solana. Only Rust and C are supported at this time.
You can send transactions using the java SDK though.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jacob Creech |
