Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.wtal.de!news.tal.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Fredrik Jonson Newsgroups: comp.lang.java.programmer Subject: Re: Java for business Date: 9 May 2012 08:46:48 GMT Lines: 23 Message-ID: References: <8d89d0ab-fc88-4883-ac45-aa07c98db6fc@r2g2000pbs.googlegroups.com> X-Trace: individual.net GMwI0rGMCom7DrJLTKDx1wfTSos1gtRbVcMHVFBR+Kh0cfwiH3wBz0qvPYMcBPwko= Cancel-Lock: sha1:961XVCwrfRVava/olTqTHzRpj5s= User-Agent: slrn/pre1.0.0-18 (Linux) Xref: csiph.com comp.lang.java.programmer:14445 Lee Shaoran wrote: > http://www.oracle.com/us/legal/terms/index.html > > [...] states that the software available in this site should not be > used for commercial purposes. > > Please tell me is there any way i can work use java on windows > environment free of cost for business. You're reading the wrong license. This is the license that regulate use of Java SE, ie the JDK and JRE. It permits commercial use: http://www.oracle.com/technetwork/java/javase/terms/license/index.html If that license isn't good enough, you can use Openjdk, which is licensed under the GPL v2 + a explicit linking exception. http://openjdk.java.net/ http://openjdk.java.net/legal/gplv2+ce.html -- Fredrik Jonson