Re: Importing files into the J# IDE

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: pratap [MSFT] (pratap_at_online.microsoft.com)
Date: 12/24/04


Date: Fri, 24 Dec 2004 15:55:10 +0530

vjssupuilib.dll is the Supplemental UI Library included with Visual J#, and
provides equivalents for much of the functionality described in the Java 2
JFC Swing specification. You will not find the classes TerminalIO,
BreezySwing, and TurtleGraphics in this assembly.

You can consider using JbImp on the .class files and jar file directly to
convert them to .NET assemblies that you can reference in your projects
(please check and make sure your license agreement allows you to do this,
though). The online documentation for JbImp will tell you how to run it on
such files.

Hope this helps.
Thanks

"MEC33" <MEC33@discussions.microsoft.com> wrote in message
news:2B534ADD-176F-476B-9728-08D0B459F903@microsoft.com...
> OK I'm frustrated:< The introductory Java textbook, Fundamentals of
> Java, 2nd ed. Lambert/Osborne, I want to use with my students requires
> three
> packages to be imported for each text example and project, TerminalIO,
> BreezySwing, and TurtleGraphics. The textbook comes with all the class
> files including a .jar file for each package. These are not available
> in
> standard J# or in the VJSupULibrary that I downloaded. I can not find a
> way
> to reference a path in J# to the files. For the javax.swing components I
> go
> to the project tab then Add Reference and select the VJSSupUILib. Any
> help
> would be greatly appreciated.
>
> MEC33
>
> PS I did contact the author of the text who encouraged me not to teach
> java
> using J#.



Relevant Pages

  • Re: JAR file executables and ClassNotFound Exception
    ... Make sure you have compiled all the required Java files into class ... Create a JAR file by typing in the following (or something ... If your executable needs class files from different packages, ... You should get an executalbe JAR file--in this case: ...
    (comp.lang.java.help)
  • Re: How java passes object references?
    ... Which everybody knows, it doesn't in Java. ... The reason I think this is a useful clarification is that when you got to the part about how passing by reference might work, it seems you went off track at least partly because you didn't understand the nature of the above. ... is a pointer pointing at the memory block. ... Assignments to local variables, or even to class members, do not allocate memory. ...
    (comp.lang.java.programmer)
  • Re: The Java no pointer big fat lie!
    ... > reference types, it wouldn't be a good comparison. ... and what you can't - and there is a big difference in Java to C and C++. ... You cannot change it in the language itself, ... Thus I would distinguish pointers from ...
    (comp.lang.java.programmer)
  • Re: call by reference
    ... We started learning Java about one month ago, and they just don't believe me when i try to explain that there is a confusion when passing reference types as an argumetn to a function. ... The actual parameter must be an L-value. ...
    (comp.lang.java.programmer)
  • Re: programming concepts > specific languages
    ... >actually changes the target of the reference passed to 'function2'. ... Java from a source that was not precise about terminology. ... if I have a class MyObject and write ... I thought primitive types in particular behave in the ...
    (comp.programming)