View Poll Results: What's your Java version?

Voters
6. You may not vote on this poll
  • 1.5 (J2SE 5.0)

    4 66.67%
  • 1.4.2 (J2SE 1.4.2)

    2 33.33%
  • Other (1.4.1, 1.4.0, 1.3.1, 1.2.2, etc...)

    0 0%
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 19

Thread: Java version

  1. #1
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384

    Java version

    I'm finishing the development of a Java application that is to go public (freeware) as soon as it's finished. Nevertheless, I'd like to know which Java Virtual Machine version is more common among users nowadays. I'd apreciate you voting on the poll - if you don't know how to determine the Java version, in Windows press "Start" -> choose "Run" -> type "command" without the quotation marks -> type "java -version" without the quotation marks and press Enter.
    The first line of the answer contains your version.
    If the answer is something like:
    - java version "1.4.2_08" , then you have 1.4.2 (J2SE 1.4.2)
    - java version "1.5.0_01" , then you have 1.5 (J2SE 5.0)
    - other, you have an older version

  2. #2
    Ultimate Member Strawbs's Avatar
    Join Date
    Sep 2001
    Posts
    4,706
    I was surprised to see that everyone has the latest version - then I realised I'm the first to vote.

    I'm all for testing free software! Post up when it's done.


  3. #3
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    It's a freeware encryption and compression tool. Once it completes alpha testing, I'll create post a link for the beta phase. Thanx a lot

  4. #4
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Come on people, give me a hand It's a simple and fast operation (it takes about 20 seconds!). I could simply compile this for whatever version I want and tell the user to go download the latest version, but I'm trying to ease that part. I could user your help to do it.


    Thanx in advance!

  5. #5
    Senior Member ScaryBinary's Avatar
    Join Date
    Mar 2000
    Location
    Temporary Internet Files
    Posts
    741
    java version "1.4.2_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)

    PS: It only took me 4 seconds. And 3 of those were trying to find the "Run..." item in my bloated WinXP Start menu...

  6. #6
    Senior Member CompGeek01's Avatar
    Join Date
    Aug 2002
    Location
    Next to an XServe Cluster
    Posts
    938
    java -v didn't work :-( booooo for no shortcut options, I hate having to type out -version
    Live by it: RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

  7. #7
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Quote Originally Posted by Strawbs
    Post up when it's done.
    Done: http://www.jgs.bobos.ca/freesecurity

    No comments on the lousy webpage

    Thanx for the help

  8. #8
    Ultimate Member Strawbs's Avatar
    Join Date
    Sep 2001
    Posts
    4,706

    A little help Please!

    The .jar file is associated with WinRar! whenever I click to open it - WinRar wants to extract it.

  9. #9
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Either fix that association in Windows or launch the file via a command line by typing "java -jar FreeSecurity.jar" on the directory of the file.
    I'll add that to the FAQ, thanks

  10. #10
    Ultimate Member Strawbs's Avatar
    Join Date
    Sep 2001
    Posts
    4,706

    Here's the rub -

    I fixed the association (thanks - never realised I had opted for that when I install WinRar recently), I clicked the program file and encrypted and old useless file within its folder, the extension became a ".enc" which is associated with my Ethereal program!

  11. #11
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Jeez...I never thought about that extension :P But anyway, the application doesn't use the context menu, so you really have to run it to decrypt the file

  12. #12
    Ultimate Member Strawbs's Avatar
    Join Date
    Sep 2001
    Posts
    4,706
    Well after much testing by encrypting, decrypting, encrypting an already encrypted file ( ".enc" became ".enc.enc" ) & successfully decrypting that same file, plus trying to fool the password protections "case sensetivety" ( )! All seems to be in order - 3 thumbs up here.

    Congratulations.

  13. #13
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Glad you liked it, it's only aims were to provide real security and ease of use, whilst still being free

    Thanks for your help

  14. #14
    Ultimate Member bassman's Avatar
    Join Date
    Feb 2002
    Location
    Portugal
    Posts
    2,384
    Once again I call upon thee, loyal contributors to the freeware and usability causes

    I just finished a freeware application for conversion of MPC audio files to WAV and MP3 and I'm seeking for testers, who's up for the challenge?

    Thanks!

  15. #15
    Senior Member CompGeek01's Avatar
    Join Date
    Aug 2002
    Location
    Next to an XServe Cluster
    Posts
    938
    Set up a site or need a place to host the files?
    Live by it: RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

Posting Permissions

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