Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Friends, I have created a .EXE file from my .class file using MicroSoft's jexegen utility. I have questions about this ===>
I mentioned earlier in a post below that I had problem with addAll and removeAll methods of Vector with MicroSoft's SDK. I simply wrote little code-fragments to simulate the desired results. // Rather than using ===> inputLines.removeAll(inputLines); <<=== Is there any other approach ? Regards, Replies: |
Sponsored Links
|