• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need java help! auuuuuuuuuuuugh!

ss59

Banned
i can't find javax classes int he linux sdk from sun, or anything else for that matter. what gives? i need to use javax.swing for my program!
 
Can you be more specific by what you mean by saying "you can't find" the javax packages? They're all there in the SDK.
 
that's what i'm saying. the javax package that came with the sdk i got has nothing. there are some .java files, but no swing directory, or the likes.
 


<< that's what i'm saying. the javax package that came with the sdk i got has nothing. there are some .java files, but no swing directory, or the likes. >>



There aren't any .java files nor any swing directories to look at. They're all stored in .jar files as .class files. Have you tried writing an app by importing the packages?
 
there are no .jar files in there. when i try and compile it gives an error saying can't find javax.swing strangly enough there are alot of .h files for some reason
 
Back
Top