Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Time to admit Play does not support on Windows Machine in Production

Received: by 10.66.85.166 with SMTP id i6mr11759168paz.13.1351739853692;
        Wed, 31 Oct 2012 20:17:33 -0700 (PDT)
X-BeenThere: play-framework@googlegroups.com
Received: by 10.68.201.133 with SMTP id ka5ls8739079pbc.3.gmail; Wed, 31 Oct
 2012 20:17:27 -0700 (PDT)
Received: by 10.68.225.102 with SMTP id rj6mr44015pbc.4.1351739847092;
        Wed, 31 Oct 2012 20:17:27 -0700 (PDT)
Date: Wed, 31 Oct 2012 20:17:26 -0700 (PDT)
From: Jay Park <jparkc...@gmail.com>
To: play-framework@googlegroups.com
Message-Id: <058d4538-2a48-412f-9fd9-6da10c06027d@googlegroups.com>
In-Reply-To: <5ed29755-a8a2-4fab-bb73-2141ec5407e9@googlegroups.com>
References: <b807c547-ff01-4b3a-b5b6-036daddc7bb0@googlegroups.com>
 <9928e638-031b-4224-b308-5a581b40d954@googlegroups.com>
 <2006ecfb-a7a6-4ed1-af0d-0565b5387948@googlegroups.com>
 <3bb66732-8dfb-449a-b55a-6e82035abfce@googlegroups.com>
 <5ed29755-a8a2-4fab-bb73-2141ec5407e9@googlegroups.com>
Subject: Re: Time to admit Play does not support on Windows Machine in
 Production
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_1203_32095231.1351739846560"

------=_Part_1203_32095231.1351739846560
Content-Type: multipart/alternative; 
	boundary="----=_Part_1204_3513542.1351739846560"

------=_Part_1204_3513542.1351739846560
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hi Christian, 

Are you running the your script from any IDE?

So, I ran your script in windows command line. 
However, %1 is not recognized.
Also, I wonder where this path ("./lib/*;") is located? I guess I need to 
copy all play related jars into a folder and point to it, right?

java -Dhttp.port=80 -Xmx64m %1 -cp "./lib/*;" play.core.server.NettyServer
Error: Could not find or load main class %1

Thanks!

------=_Part_1204_3513542.1351739846560
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<div>Hi Christian,&nbsp;</div><div><br></div><div>Are you running the your script from any IDE?</div><div><br></div><div>So, I ran your script in windows command line.&nbsp;</div><div>However, %1 is not recognized.</div><div>Also, I wonder where this path ("./lib/*;") is located? I guess I need to copy all play related jars into a folder and point to it, right?</div><div><br></div><div>java -Dhttp.port=80 -Xmx64m %1 -cp "./lib/*;" play.core.server.NettyServer</div><div>Error: Could not find or load main class %1</div><div><br></div><div>Thanks!</div>
------=_Part_1204_3513542.1351739846560--

------=_Part_1203_32095231.1351739846560--