Melissa Aron

Greenhorn
+ Follow
since Feb 19, 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 Melissa Aron

I cant really help you, because I am having the same issue as you...but maybe we can work together to figure out the problem. I am trying something pretty similar to what you are doing. What I have found though is that when I create my .cpp, if I use C commands, ie. printf, I compile, and run perfectly. However, if I substitute "cout" in place of the printf, I suddenly go back to the UnsatisfiedLink error.
Could this mean that I for whatever reason am not linking properly to standard C++ libraries? I am including the appropriate header files, and I can run a similar application from command line, just not via my java class... Anybody, HELP!
23 years ago