• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"cannot execute binary file" when install j2sdk

 
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded j2sdk-1_4_2_08-linux-i586.bin and did

1. chmod +x j2sdk-1_4_2_08-linux-i586.bin
2. ./j2sdk-1_4_2_08-linux-i586.bin

I got this:

Extracting...
./j2sdk-1_4_2_08-linux-i586.bin: line 395: ./install.sfx.25738: cannot execute binary file
Done.

Any ideas? Thanks.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps the download went bad and the file was corrupted. It would be nice if Sun provided checksums for their downloadable files, but they don't. About all you can do is try downloading again.
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doesn't the ftp-Protokoll check itself for the correctness of transmission, and aren't the md5sums for instance used to verify, it wasn't corrupted on the server?

Did you receive a 34.73 MB file?

I have a j2sdk-1_4_2_08-linux-i586.bin file here laying around.

results in:
e35832af75e963a58119d2344a5a37c0 j2sdk-1_4_2_08-linux-i586.bin
[ June 28, 2005: Message edited by: Stefan Wagner ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic