|
Unable to convert JAR to PRC using Websphere Mirco Env.
by Jason Lam
When using the GUI converter and after filling out all the proper information you still find the result PRC file is only 1KB. This may seem stupid or very simple and obvious but sometimes the obvisous doesn't hit you. What you need to do is simply clear the classpath. Like most developers having dozens of classpath variables set up for various environment settings isn't uncommon but may clash with the conversion. So just type in the working directory of jartoprc_w.exe the following:
set classpath
That is it! |