• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Class file and File having extension bin

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
*** what is the file called having extension as bin I downloaded a software and when I unzip it then in that there was files having extensions as class except one whose extension was bin, how to execute that one, help me.
*** can a class file be converted into java source file, is there any tool to do like this ?
------------------
Harjeet Singh Dadwal
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
bin is a Binary file.

Bosun
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A binary executable, such as java.exe and javac.exe, would be put in the \bin directory, and that directory should be in your path statement.
Was the file that you downloaded INTENDED to be unzipped? As a rule class files should be in some directory that is named in your classpath, so that any application can use them.
There are decompilers availabe to turn class files into source. Do a google search.
 
Harjeet Dadwal
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I couldn't understand about the bin I'll check it agian will post the question in detail.
however thanks for the reply!!!
------------------
Harjeet Singh Dadwal
 
Look ma! I'm selling my stuff!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic