I just started a Java programming course, and I want to install some new classes to use in my programs. How and where do I install the .class files? All I have is a folder full of the .class files and the documentation.
Thanks.
I just started a Java programming course, and I want to install some new classes to use in my programs. How and where do I install the .class files? All I have is a folder full of the .class files and the documentation.
Thanks.
Please support the defense of Ukraine.
Credit card, bank transfer
Bitcoin, Ethereum, Polkadot, USDT
via Unclutter App for Mac
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
40 Gigabytes and Growing.
Built on Free Software.
This page, the entire Applefritter site, and all subsites of are copyright 1999-2999 by Tom Owad unless otherwise noted. All rights reserved. Apple, the Apple logo, Macintosh, Mac, MacOS, MacBook, iMac, and Mac Pro are trademarks of Apple Computer, Inc. LEGO®is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this site (the feeling's mutual).
erm.. what kind of classes?
get a decent java compiler/program.
i use JCreator, its freeware. It should explain it.
They are predefined classes to use in programs. I'm using Project Builder right now, because it was already installed. Anyone know where to put class files so Project Builder can use them when compiling a program?
Is JCreator available for OS X?
Well if anyone is wondering you just drop the files into the /Library/Java/Extensions folder. OS X knows to look there for anything you type in source code.
I use a program called coffeecup, forgot the link. its buggy, I got Xcode, i havent installed it yet. Are ye making applets and apps or command line programs?
Yeah, so the files don't actually go there.
If anyone finds out where to store predefined packages for Java so Project Builder can access them tell me. I've since moved to BlueJ but I'm not a huge fan of it.
I always do my coding on a pc, so I have decent command line access, and so i can debug better
but, just try looking under the java folders until you come acrross a folder filled with .jar files, which im assuming is what you wantr to put in there. :coolmac: