Jake Chinn

Greenhorn
+ Follow
since Apr 22, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jake Chinn

Hello list,
Can anyone give me an example of how to use packages in relation to the beanbox? The Sun tutorial isn't very clear on this point and it seems like no matter what folder I put my class file in, the beanbox can't find it if the class has a package statement in it.
My package statement is "package acme.beans;".
How should my folders be setup relative to the beanbox folder, itself? Where should my class file(s) be? Where should my jar file be?
Regards,
Jake
Hello list,
Can anyone give me an example of how to use packages in relation to the beanbox? The Sun tutorial isn't very clear on this point and it seems like no matter what folder I put my class file in, the beanbox can't find it if the class has a package statement in it.
My package statement is "package acme.beans;".
How should my folders be setup relative to the beanbox folder, itself? Where should my class file(s) be? Where should my jar file be?
Regards,
Jake
22 years ago
I've been getting the exact same problem you described re: the beanbox. Did you ever get this sorted out?
Please let me know at jacobus8@earthlink.net
I'm running W98 with JDK 1.2.
Hello everyone,
I didn't see a forum for BDK. Is this the correct place to post this BDK question?
I just downloaded the BDK1.1 and attempted to build the juggler example. Everything went according to plan and I didn't get any error messages, but after I link the 'actionPerformed' from the juggler to the button, I get the EventTargetDialog which says "Generating and compiling adaptor class" with an hourglass.
The hourglass goes away after a moment, but the EventTargetDialog window never gets updated or closed -- no success feedback. Is that normal?
The juggler is always juggling from the time I place it in the beanbox until I clear it. My stop button does not stop it. It doesn't seem to be compiling or generating fully, but I don't get any error messages either.
I'm using "Classic VM (build JDK-1.2-V, native threads)"
Any ideas?
Regards,
Jake
22 years ago