• 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

compiler still not working

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Some time ago I installed JAVA 1.3 jdk and my compiler was working fine. I got a bvirus and wipped out everything. I reloaded everything but now my compiler doesnt work. I had this problem once in the past and I just reloaded the jdk and it worked fine but this time I have reloaded both the 1.3 and 1.4 beta (have both on now but have tried it with just the 1.4)and it still wont work.
If you have any suggestions. Thanks in advance.
Ps. Want to mention that when I type java at the command prompt and just the file name without any extensions it runs fine. When I run javac I get Bad command or file name.
jim
[This message has been edited by jim, valenta (edited October 03, 2001).]
 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is javac in the bin directory of the jdk? Is that directory in your path?
 
jim, valenta
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes
 
reply
    Bookmark Topic Watch Topic
  • New Topic