I am trying to use web3j in java, but when i try to make a web3j object it gives an error
Web3j web3j = Web3j.build(new HttpService());
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/TreeNode
i think it's because port forwarding is not enabled, am i right ?