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.
Direct or via Unclutter App
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
~ Est. 1999 ~
A pillar of corporate stability since the second millenium.
© 1999-2999 Tom Owad
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: