Migrating Solidity files on Truffle is difficult without knowledge of Java but it is possible.
Ethereum code is all hexidecimal so to write contracts within the Eth framework, one must use a compiler language, one such called solidity, a language similar to Java.
To be continued.