The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-23-2009
thytith thytith is offline
Registered User
  
 

Join Date: May 2009
Posts: 2
Help me Please for change from Windows to Linux

Dear Friend
Please any one help change this below to run in Linux,

Code:
@echo off
REM 
REM Setting up java policy
REM

set pfile="%homedrive%%homepath%/.java.policy"

>%pfile%  echo /* Java policy */
>>%pfile% echo grant {
>>%pfile% echo     permission java.security.AllPermission;
>>%pfile% echo };

echo Java policy setup done ! 
pause
Email: Rules

Last edited by vidyadhar85; 05-25-2009 at 07:13 AM.. Reason: CODE TAG ADDED