JCreator Java Programming

BustaBust

Golden Member
Dec 21, 2001
1,425
2
81
I'm getting emails from my instructor saying certain java files have 7-15 errors.
When I compiled them, I saw zero. The thing is sometimes when I go back and
compile some of them, they start showing errors. It's very inconsistent, compiled files
that have showed zero errors sometimes show errors and the number of errors change alot.

One file in particular said zero errors and my instructor told me it had 15 errors.
I went back to check it and twice it said zero. I did it again and it told me I had 5 errors.

We were required to use a JDK(1.6?) from Sun Micro
and JCreator

I was thinking about trying another one, but classes are close to being finished
and I don't want to mess anything up last minute. Also, does it matter that my
system probably differs from his? I'm using x64 quad core vista

Anyone know what the problem is or have a solution?

TIA
 

MrScott81

Golden Member
Aug 31, 2001
1,891
0
76
are you sure you're using the most up to date version of JCreator? I would ask the professor to check both his Java version and JCreator version.

Java should be something like:
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)

(You can get this information by running the command java -version)
 

BustaBust

Golden Member
Dec 21, 2001
1,425
2
81
JCreator Pro 4.00.028
JDK Profile in JCreator Options says j2sdk 1.4.2_17

I remember now that I had to switch from using 1.6 because it was
acting up. I remember he told me to switch it to 1.42 because I was getting an
unsupported major/minor version because the compiler was different from the profile.