@hj Yeah, I wouldn't dev in java because that's quite annoying but otherwise I take it as a pretty neat language and platform which is a bit dear to me.
@hj@xianc78@lanodan >Unusable without an IDE made specifically for it >Doesn't have unsigned integers >Arrays can't be larger than 4gb >OOP but no operator overloading >Extremely verbose
@applejack@hj@lanodan It creates a class file of the Java file. All the imported files it uses are also compiled to class files. To compile to a JAR (Java executable) file you enter:
jar -cf <insert output filename here>.jar <insert class file here>.class
@applejack @hj @lanodan It creates a class file of the Java file. All the imported files it uses are also compiled to class files. To compile to a JAR (Java executable) file you enter:
jar -cf <insert output filename here>.jar <insert class file here>.class