|
-
July 19th, 2005, 04:19 AM
#1
Java To .Net conversion
I am converting java code into c#.net code using Java Language Conversion Assistant(JLCA). In java if i am giving a statement
Java- import javax.swing.*
then JLCA is converting it into statement as follows.
C#- using javax.swing.*
Now my problem is if am trying to compile .net code it is giving error that type or namespace missing.
I think it is because that .net don't know "javax" package.
Can any body suggest the equalent namespace for javax in .net
Thanks & Regards,
Manimala.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|