Link to home
Start Free TrialLog in
Avatar of CaptainKirk
CaptainKirk

asked on

Visual J++ problem...

Hello,

I am losing my mind.  With Visual J++, how do you tell it which jar files to point to?  Right now, it's pointing to an old version of JDK, I need it to point to a new version so I can correctly import.

Thanks in advance...
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of esorf
esorf

Keep in mind that Microsoft's latest recognized version of Java is 1.1.8, now around 8 years old.  Sun is currently working on 1.5.x.

If you're looking to use truly modern features of Java, I recommend finiding a different Java IDE (Eclipse, JBuilder, NetBeans, IntelliJ, etc.)