Can i run programs developed in Visual J++ in linux?

Sharky Forums


Results 1 to 4 of 4

Thread: Can i run programs developed in Visual J++ in linux?

  1. #1
    Reef Shark
    Join Date
    Nov 2000
    Location
    Puerto Rico
    Posts
    402

    Post Can i run programs developed in Visual J++ in linux?

    *Topic*

    ------------------
    THUNDERBIRD 800 @ 993 MHZ
    ABIT KT7a RAID
    256 MB PC133 cl2
    IBM HD 45 GB 7200 RPM
    RADEON 32MB DDR
    SB LIVE PLATINUM
    CREATIVE DVD 12X W/DXR3
    CREATIVE 12X-10X-32X RW
    ANTEC SX830
    SWIFTECH MC462
    Athlon XP 2.0 GHZ
    MSI K7T TURBO2
    512 MB PC133 RAM
    WD HD 20 GB 7200 RPM
    RADEON 32MB DDR
    SB LIVE PLATINUM
    PIONEER DVD 16X
    SONY 48X-16X-48X RW
    ANTEC SX830
    SWIFTECH MC462

  2. #2
    Hammerhead Shark The_Hitman's Avatar
    Join Date
    Apr 2001
    Location
    Louisville, Kentucky USA
    Posts
    1,318

    Post

    Originally posted by pnut33:
    *Topic*

    Only if you don't use any of the extra propetary crap in Microsofts version of Java...

    I think there is a setting to make sure you write "standard" java code.

    ------------------
    You don't have to be a radical to rebel against a convicted monopoly

    Why Yes! I am a proud member of the SF Linux Hippy Club.

  3. #3
    Goldfish
    Join Date
    Dec 2000
    Location
    Las Cruces, NM, USA
    Posts
    70

    Post

    what hitman said. just about anything with "visual" in it is from microsoft and they usually throw in proprierity code that only their compilers'll understand.

    ------------------
    ------------------------
    [email protected]
    ------------------------
    [email protected]

  4. #4
    Expensive Sushi
    Join Date
    Apr 2001
    Posts
    36

    Post

    It's fine to use Visual J++ to write your code, just don't use it to compile your code. Instead, stick with javac from the JDK to do your compiling. Absolutely don't use any of the Microsoft classes if you want your code to be able to run on anything but Windows. Most of them deal with GUI stuff if I remember correctly... you're better off with Swing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •