• 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

JCreator V4LE

 
Ranch Hand
Posts: 176
Mac Chrome Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am using this IDE called JCreator and I like it a lot. The only problem with it though is when I want to compile directly from it. I get errors such as "package <package_name> does not exist", this is because I don't have the classpath configured properly and I don't know how to do this in JCreator. So whenever I want to compile I launch it in Command Prompt, but it's quite irritating to always write a bunch of classpaths when you have lots of external classes.

Does anyone know how to configure the classpath in JCreator? Or can anyone at least offer me an alternative to compiling in Command Prompt?
 
reply
    Bookmark Topic Watch Topic
  • New Topic