Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VB (ASP) Code to JSP

843836Jul 13 2004 — edited Jul 14 2004
Hi,

Can anyone help me to convert this VB code to JSP ? I would appreciate any assistance. Thank You.


Set FSO = CreateObject("Scripting.FileSystemObject")
junk = Server.MapPath(".") & XSLFile
junk = left(junk, len(junk)-3) & "XML"
Set b = FSO.CreateTextFile(junk, True)
b.WriteLine(sz)
b.Close
Set b = Nothing
Set FSO = Nothing
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2004
Added on Jul 13 2004
5 comments
162 views