Results 1 to 5 of 5
- 07-21-2008, 01:51 PM #1
Member
- Join Date
- Jan 2008
- Posts
- 4
- Rep Power
- 0
how to view a file from vss through java code
Hi To ALL,
I wanted to view a file from vss through java code.
By using the folowing code,i could able to get vss file in to local folder.
Runtime.getRuntime().exec
("cmd /c ss Get $/Mywork/Myfile.java -GLC:/New");
But i wanted to view file from vss using java code.
any one please help me..
- 07-21-2008, 03:50 PM #2
Is this the same question you asked 2 hours ago?
Why waste threads? Just add a reply to the original.
Maybe no one knows what vss is.
- 07-21-2008, 04:08 PM #3
Hello Sireesha,
I dont think if there is any command or way to view the VSS file through coding.You can try out these two options.
1. If you are able to get the file in local folder, use fileReader to view it.
2. Configure your eclipse to connect to your VSS and synchronize them everytime to get the latest version and view it in eclipse editor.
Hope the tips help you.To finish sooner, take your own time....
Nivedithaaaa
- 07-21-2008, 04:48 PM #4
Member
- Join Date
- Jul 2008
- Posts
- 33
- Rep Power
- 0
What about calling the application directly like application.exe -Myfile.java etc using getRuntime()
:DMy community with sourcode and examples :D
Java remote image server/client working proof of concept: uitstekendeaccu.nl/tmp/
- 07-23-2008, 12:06 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
code to upload a file in java
By radhika123 in forum New To JavaReplies: 6Last Post: 07-11-2008, 07:04 AM -
How to display a file system in a JTree view
By Java Tip in forum javax.swingReplies: 0Last Post: 06-27-2008, 07:43 PM -
I have c++ code for LUDO Game, Can anyone change it to Java file - Please help me
By Bhanu Sagar in forum AWT / SwingReplies: 0Last Post: 03-12-2008, 06:39 PM -
To turn a view jsp to a pdf file
By Daniel in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-05-2007, 06:23 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks