DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    John Guest

    How to add javax.swing to J++


    I have Visual J++ 6.0 compiler.
    I need to add javax.swing class to it.
    how can I do that?

    thanks.

  2. #2
    Carey Nation Guest

    Re: How to add javax.swing to J++


    Put swingall.jar in your project's classpath. You're not going to be able
    to use the graphical gui editor, but at least you can import the classes...

    "John" <Jamal89@aol.com> wrote:
    >
    >I have Visual J++ 6.0 compiler.
    >I need to add javax.swing class to it.
    >how can I do that?
    >
    >thanks.



  3. #3
    Abilio Guest

    Re: How to add javax.swing to J++

    I can't find the file swingall.jar. I'm using jdk 1.3. The correct file name
    is swingall.jar?
    ThanX!

    --
    _________________________________
    Abilio- SNOC / UNI2
    Operations - Business Security Services
    Internet Business Unit
    EMBRATEL - Brazil


    "Carey Nation" <cnation@pathfire.com> wrote in message
    news:3a82f381$1@news.devx.com...
    >
    > Put swingall.jar in your project's classpath. You're not going to be able
    > to use the graphical gui editor, but at least you can import the

    classes...
    >
    > "John" <Jamal89@aol.com> wrote:
    > >
    > >I have Visual J++ 6.0 compiler.
    > >I need to add javax.swing class to it.
    > >how can I do that?
    > >
    > >thanks.

    >




  4. #4
    Carey Nation Guest

    Re: How to add javax.swing to J++


    Ok, it's not in swingall.jar anymore. I guess they rolled it into one
    of the standard jars when it became part of java2. I haven't done this
    since 1.1.7b. Dig through the jars and find the packages. They start
    javax.swing. You may be able to add that jar to your j++ classpath
    and use them. You may have namespace type problems, though, I don't
    know. That is, you may confuse j++ if it sees other classes that it thinks
    it already knows about. You may also still find swing as a seperate download,
    but I doubt it.

    Good luck,
    Carey


    "Abilio" <abilio@embratel.net.br> wrote:
    >I can't find the file swingall.jar. I'm using jdk 1.3. The correct file

    name
    >is swingall.jar?
    >ThanX!
    >
    >--
    >_________________________________
    >Abilio- SNOC / UNI2
    >Operations - Business Security Services
    >Internet Business Unit
    >EMBRATEL - Brazil
    >
    >
    >"Carey Nation" <cnation@pathfire.com> wrote in message
    >news:3a82f381$1@news.devx.com...
    >>
    >> Put swingall.jar in your project's classpath. You're not going to be

    able
    >> to use the graphical gui editor, but at least you can import the

    >classes...
    >>
    >> "John" <Jamal89@aol.com> wrote:
    >> >
    >> >I have Visual J++ 6.0 compiler.
    >> >I need to add javax.swing class to it.
    >> >how can I do that?
    >> >
    >> >thanks.

    >>

    >
    >



  5. #5
    Abilio Guest

    Re: How to add javax.swing to J++

    Well, i'll try to install the swing later. The swing/JFC download link is
    http://java.sun.com/products/jfc/download.html
    If anybody was succeed, please send the result for us!
    Hugs!

    --
    _________________________________
    Abilio- SNOC / UNI2
    Operations - Business Security Services
    Internet Business Unit
    EMBRATEL - Brazil


    "Carey Nation" <careynation@ga.prestige.net> wrote in message
    news:3a897424$1@news.devx.com...
    >
    > Ok, it's not in swingall.jar anymore. I guess they rolled it into one
    > of the standard jars when it became part of java2. I haven't done this
    > since 1.1.7b. Dig through the jars and find the packages. They start
    > javax.swing. You may be able to add that jar to your j++ classpath
    > and use them. You may have namespace type problems, though, I don't
    > know. That is, you may confuse j++ if it sees other classes that it

    thinks
    > it already knows about. You may also still find swing as a seperate

    download,
    > but I doubt it.
    >
    > Good luck,
    > Carey
    >
    >
    > "Abilio" <abilio@embratel.net.br> wrote:
    > >I can't find the file swingall.jar. I'm using jdk 1.3. The correct file

    > name
    > >is swingall.jar?
    > >ThanX!
    > >
    > >--
    > >_________________________________
    > >Abilio- SNOC / UNI2
    > >Operations - Business Security Services
    > >Internet Business Unit
    > >EMBRATEL - Brazil
    > >
    > >
    > >"Carey Nation" <cnation@pathfire.com> wrote in message
    > >news:3a82f381$1@news.devx.com...
    > >>
    > >> Put swingall.jar in your project's classpath. You're not going to be

    > able
    > >> to use the graphical gui editor, but at least you can import the

    > >classes...
    > >>
    > >> "John" <Jamal89@aol.com> wrote:
    > >> >
    > >> >I have Visual J++ 6.0 compiler.
    > >> >I need to add javax.swing class to it.
    > >> >how can I do that?
    > >> >
    > >> >thanks.
    > >>

    > >
    > >

    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links