smSpiff82 Posted April 10, 2006 Posted April 10, 2006 i am using the netbeans IDE to code with java. i downloaded the java-COM bridge from sourceforge, but when i try to import the needed classes like so: import com.jacob.com.*; import com.jacob.activeX.*; netbeans tells me they don't exist. can anyone tell me exactly where i need to put the files i got from sourceforge and how to get the jvm to recognize them? thanks. ~smSpiff82
Confuzzled Posted April 11, 2006 Posted April 11, 2006 "Toto, we're not in Kansas any more"... You sure you're in the correct forum? This one discusses AutoItX, not Java.
smSpiff82 Posted April 12, 2006 Author Posted April 12, 2006 "Toto, we're not in Kansas any more"...You sure you're in the correct forum? This one discusses AutoItX, not Java.if you had read the post you'd have noticed that i am trying to use autoItX with java, which requires a java-com bridge, which is what i am having trouble installing, and is what the question is about. so if absolutely no one here has used autoItX with java, then i am in the wrong forum, but it's a reasonable question, and i'm not the first here to ask about the java-autoItX protocol.
Confuzzled Posted April 13, 2006 Posted April 13, 2006 if you had read the post you'd have noticed that i am trying to use autoItX with java, which requires a java-com bridge, which is what i am having trouble installing, and is what the question is about. so if absolutely no one here has used autoItX with java, then i am in the wrong forum, but it's a reasonable question, and i'm not the first here to ask about the java-autoItX protocol. Sorry, I missed that in your original post.
nfwu Posted April 28, 2006 Posted April 28, 2006 The jvm will regonize them if it is placed in the root of your project, or you put it into Java's main class .jar file. I personally prefer the former, as the latter will only work on your own computer. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now