Warning: could not open config file(D:\j2me\midp2.0fcs;
i am building the HelloWorld
i have no problem in javac and preverify command
but when i;m trying to do the midp command there's error occured.
====================
D:\j2me\src\greeting>javac -d d:\j2me\tmp_classes -target 1.1 -bootclasspath d:\
j2me\midp2.0fcs\classes HelloWorld.java
D:\j2me\src\greeting>preverify -d d:\j2me\classes d:\j2me\tmp_classes
D:\j2me\src\greeting>midp -classpath d:\j2me\classes greeting.HelloWorld
Warning: could not open config file(D:\j2me\midp2.0fcs;\lib\internal.config): st
orageOpen(): No such file or directory, D:\j2me\midp2.0fcs;\lib\internal.config
Warning: could not open config file(D:\j2me\midp2.0fcs;\lib\system.config): stor
ageOpen(): No such file or directory, D:\j2me\midp2.0fcs;\lib\system.config
=====================
i've been googling for sometimes and find out some similar problems.
one of the solutions offered is to change MIDP_HOME variable from "D:\j2me\midp2.0fcs;" into "D:\j2me\midp2.0fcs" (without semicolon).
i have tried this. but it's not working.
i have followed the installation guide from the complete reference J2ME book. (page 48-50)
i am using :
C:\j2sdk1.4.2_01
D:\j2me\j2me_cldc
D:\j2me\midp2.0fcs
any respons and solutions offered are welcomed.

