• 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

autoexec.bat mods for j2sdk1.4.2

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Checked the archives, and could not find a question that addresses my question. If this issue has already been discussed, please post the link.
Am in the process of moving on to J2SDK1.4.2 from 1.31, and need some help updating autoexec.bat.

current line reads –
SET PATH=%PATH%;C:\WINDOWS\Twain_32\Scanwiz;C:\WINDOWS\Twain\Scanwiz;c:\jdk1.3.1_02\bin;c:\JavaProjects
In the new release there is no \bin directory directly below j2sdk_nb. There are several \bin directories nested at least two levels below the j2sdk_nb level. What value goes into this line of autoexec.bat.

If you know of any tricks for this install, would appreciate your sharing them with me.
Thanks, connie
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Find the bin directory that has javac.exe in it and use that one.
[ June 30, 2003: Message edited by: Jon Strayer ]
 
connie lindy
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jon,
Thanks for the help, it worked.
connie
posted this message earlier, but seems to have lost in the ether, please excuse a possible duplicate message
 
Sunglasses. AKA Coolness prosthetic. This tiny ad doesn't need shades:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic