Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error import java class thru Mercator 6.7.1 type tree?

Status
Not open for further replies.

hotdogscubadiver

Programmer
Feb 3, 2006
3
US
I am getting a java.lang.NoclassDefFoundError when I try
to import a java class into the type tree import for java class. I am using Merc 6.7.1 , java (build 1.5.0_06-b05)
and set environment vars. to
JAVA=c:\JAVA2
JAVAHOME=C:\JAVA2
JAVA_HOME=C:\JAVA2
JDK_PATH=C:\JAVA2

CLASSPATH=.;C:\oracle\ora920\lib\XMLPARSERV2.JAR;C:\Mercator6.7;C:\

java class I am importing is in c:\

Any help would be appreciated.

Tom

 
Try putting the java class in the C:\Mercator6.7 directory (or where ever the type tree editor is started from).

I tried changing the classpath etc. but it didn't seem to make any difference for me either.

Cheers,
Olly.
 
BTW, Java 1.5 is not supported with 6.7.1


BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top