• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

jEdit! What is your classpath?

 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Noticed that jEdit seems to have its own classpath. It doesn't seem to follow the classpath registered in the autoexec.bat. To do the desired compiling in jEdit, I have to go to Plug ins-->Console-->javac and write the directory path of the jar file(that was registered in the autoexec.bat and which isn't recog by jEdit) in the 'Extension Directory' of the 'Settings' tab (of 'commando'). Another thing I do to remedy the situation is to compile in a DOS Console after doing the code in jEdit. Anyone know how to make jEdit use autoexec.bat's classpath? (posted this in jEdit's community, still no response). Thanks in advance for any comments.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What operating system are you running?
 
boyet silverio
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
win ME and win 98.
 
Dirk Schreckmann
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After starting your computer, from a command prompt, when you type SET CLASSPATH and press enter, what gets displayed?
 
boyet silverio
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haven't done these for a while. In win98, the result is SYNTAX ERROR. For win ME, I tried non-windows start up, but couldn't find DOS-start from the options available. Tried tinkering with the options but haven't found way to enable DOS startup.
 
Dirk Schreckmann
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll probably want to start windows normally, and then open a command prompt while windows is running. In Windows 98, this can be done by running "command" through Start->Run... In Windows ME, I think this can be done by running "cmd" through Start->Run...
 
boyet silverio
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
opened dos windows in both win 98 and me after starting, then typed 'set classpath', result generated was SYNTAX ERROR. Also did it in start->run and typed 'command' then inputted 'set classpath' in generated window and same ('SYNTAX ERROR') resulted
 
Do the next thing next. That’s a pretty good rule. Read the tiny ad, that’s a pretty good rule, too.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic