Im doin a project which has some shell scripts which is used to cut some fields and display it into the front end tats NETBEANS into a table! so i hav a repaint code which has 2 cut the specific fields from the file each time i run the project since im using netbeans it creates a JAR file of the project which embeds the shell script also which blocks the retrieval and updation of the data from these shell scripts each time i call repaint! it retrieves only the first values from the file.... i hope u got me!
On 6/13/07, Manish Chakravarty <manishchaks at gmail.com> wrote: > > Hi Renuka, > > I am sorry, I am unable to understand exactly what you want. > If you want to extract the .jar file, well there is a "jar" command to > do that in Solaris. > If you are familiar with the tar command, jar should not be very > difficult (both have a lot in common) > a "man jar" should get you going. > > Cheat sheet: jar -xvf to extract ; jar -cvf to create > Also you can rename a .jar to a .zip .. and then use the unzip/zip > commands to deal with them as well. > > Hope this helps. If it does not , could you please state the problem a > little more clearly? > > Thanks > Manish Chakravarty > > renuka prasad wrote: > > hello, > > I hav certain shell scripts and output files of these shell scripts, > > wen i > > call these shell scripts the output files has 2 be updated. > > but the problem in my project s tat its creating JAR file since i hav > > developed the project using NETBEANS 5.5. > > > > HOW 2 UPDATE THESE SHELL OUTPUT FILES EACH TIME ITS CALLED, SO TAT I CAN > > RETRIEVE THE OUTPUTFILE CONTENTS INTO THE FRONT END? > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > ug-bosug mailing list > > List-Unsubscribe: mailto:ug-bosug-unsubscribe at opensolaris.org > > List-Owner: mailto:ug-bosug-owner at opensolaris.org > > List-Archives: http://www.opensolaris.org/jive/forum.jspa?forumID=54 > > _______________________________________________ > ug-bosug mailing list > List-Unsubscribe: mailto:ug-bosug-unsubscribe at opensolaris.org > List-Owner: mailto:ug-bosug-owner at opensolaris.org > List-Archives: http://www.opensolaris.org/jive/forum.jspa?forumID=54 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/ug-bosug/attachments/20070613/b43ba304/attachment.html>