Hacker News new | ask | show | jobs
by SapphireSun 6416 days ago
My startup was recently looking at platforms to target windows effectively. We just spent a lot of wasted time looking at .NET. Perhaps because it was because we are very cheap, but we couldn't find decent (well written) documentation. Also, visual studio is a bit confusing after working for a while in a linux development environment.

I then remembered that I was already familiar with Java syntax, and that if we needed speed, we could always code subroutines in C/C++ and link them through JNI. The thing that is nice about Java is the amount of documentation and tutorials (and source!) lying around. Of course, working with a big IDE like Eclipse will be a big change as well, but we are going to go with Java.

By the way,does anyone here know if it is possible to create a salable client side application using something like Python? It is my impression that it is a bit too easy to disassemble without including some sort of heavy duty DRM scheme that wouldn't be worth the effort. If it isn't, does Java suffer from the same problem since you compile to bytecode?

1 comments

Java class files can be decompiled, but is it really a cause for concern?

At least someone has to go out of their way to decompile your stuff.

I suppose. What we really want to do is make it so that if someone cracks it and posts it on thepiratebay or something that someone will need to consciously need to run a keygen program or something so they at least recognize they were supposed to get it from a more official source.