FYI, Oracle is pushing this agenda to squeeze Java shops in other places as well. The tack they are taking is to define any computer that does "one specific thing" as an embedded device and ask you for $300+ per "device", plus some other lofty fees. ( http://www.oracle.com/us/corporate/pricing/price-lists/java-... ) So, if you're using Java in a kiosk, ATM, media player, etc, they may be coming for you. My guess is t…
My guess is this just spawns a mass migration away from Java altogether. Not knowing when Oracle might decide to shake down your business is a massive incentive to use anything else.
Oracle wants $9.3B for Google’s use of Java in Android
101–110 of 156 posts
Re: Oracle wants $9.3B for Google’s use of Java in Android
#102Earlier quoted context omitted.
My guess is this just spawns a mass migration away from Java altogether. Not knowing when Oracle might decide to shake down your business is a massive incentive to use anything else.
Didn't I recently hear something about Google rebuilding Android to remove Java? Or am I totally off?
Re: Oracle wants $9.3B for Google’s use of Java in Android
#103Oracle has a legal department twice the size of its developing department :-)
Re: Oracle wants $9.3B for Google’s use of Java in Android
#104C# is such a nice language, and Microsoft has been making such strides toward openness and cross-platform with .NET lately. Imagine if Microsoft granted Google a perpetual license to use C#.
Re: Oracle wants $9.3B for Google’s use of Java in Android
#105Earlier quoted context omitted.
My guess is this just spawns a mass migration away from Java altogether. Not knowing when Oracle might decide to shake down your business is a massive incentive to use anything else.
Didn't I recently hear something about Google rebuilding Android to remove Java? Or am I totally off?
Re: Oracle wants $9.3B for Google’s use of Java in Android
#106I also invite anyone reading this comment, to read the following story, which always comes to my mind in this sort of events: http://www.folklore.org/StoryView.py?story=MacBasic.txt
Re: Oracle wants $9.3B for Google’s use of Java in Android
#107C# is such a nice language, and Microsoft has been making such strides toward openness and cross-platform with .NET lately. Imagine if Microsoft granted Google a perpetual license to use C#.
Re: Oracle wants $9.3B for Google’s use of Java in Android
#108Earlier quoted context omitted.
What on Earth are you talking about? From Google's own developer reference[1]: > Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment. In order to compile for Android, you use JACK, the Java Android Compiler Kit.[2] I could go on. Google uses the name Java all the time in reference to the language used for Android. Google di…
That's because, as they explicitly write: "Android follows the package and class namespace conventions defined by the Java programming language". And obviously, the names in the packages are carried over, including sun.*, and the documentation is gonna follow that -- though the official name of the runtime is Dalvik (and ART), not Java or JVM or anything like that. As I wrote, that was intentional, so that it's immed…
And in fact Oracle's lawsuit is about neither the language or the runtime, it's about the APIs. Yes, they were taken from Apache Harmony. Oracle insists that Android's use of them infringes because Google created a derived work, incompatible with the full Java API, from the Harmony implementation of the Java API. Google, in fact, is replacing the Harmony code with OpenJDK[1], Oracle's official open-source implementation of the Java API. (Which is one of about a billion reasons why your claim that Android uses a language based on Java instead of actually using Java is so baffling -- it's so based on Java that they can replace their code with Oracle's official Java implementation!)
[1] http://arstechnica.com/tech-policy/2016/01/android-n-switche...
Re: Oracle wants $9.3B for Google’s use of Java in Android
#109FYI, Oracle is pushing this agenda to squeeze Java shops in other places as well. The tack they are taking is to define any computer that does "one specific thing" as an embedded device and ask you for $300+ per "device", plus some other lofty fees. ( http://www.oracle.com/us/corporate/pricing/price-lists/java-... ) So, if you're using Java in a kiosk, ATM, media player, etc, they may be coming for you. My guess is t…
Re: Oracle wants $9.3B for Google’s use of Java in Android
#110Google should have acquired Sun instead of buying dropcam/boston-dynamics/motorola and such.