[MAS-tips] Where are the GUI class files? (Re: missing files)
Brought to you by:
jcochrane
From: Jim C. <jt...@di...> - 2004-09-27 22:12:15
|
> I installed mas-1.6.6q-1.i386.rpm and mas_v1.6.6t3 and tried to run > $ mas -o -f , -w -b 13579 & > and then > $ magc 13579 & I'm pretty busy lately, so this will not be a detailed response, but I believe you've missed the fact that there is now a jar file (called mascharts.jar if I remember correctly) in which all the java class files reside. You'll need to make the appropriate adjustments (e.g., modifying script files) to accomodate that. For example, java -cp ./mascharts.jar .... run in the directory where mascharts.jar lives should start the gui. I've responded re. this issue one or two times before. Hopefully one of those responses was posted to the mas-discuss list. Try a search on the sf lists page to see if you can find it - I probably included a little more detail there. (BTW, "jar vft mascharts.jar" will list the contents of mascharts.jar) [I can provide paid support if you need further help with this; but you might try asking here again first in case someone else is able to help; And for java-related questions, comp.lang.java.help is probably a good place to start.] Good luck! Jim > > but there were some files missing (e.g. MA_Client.class). I got these > files from mas_linux1.6.5.tar.gz (and mas-1.6.6g.tar.gz I think), but > now I've runned in to a dead end. I can't find FileReaderUtilities > $1.class anywhere (I've got FileReaderUtilities.class). > > The error-message looks like this: > $ magc 13579 & > [2] 5222 > $ Exception in thread "main" java.lang.NoClassDefFoundError: while > resolving class: support.FileReaderUtilities > at java.lang.VMClassLoader.resolveClass(java.lang.Class) > (/usr/lib/libgcj.so.5.0.0) > at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0) > at support.Configuration.load_settings(java.lang.String) (Unknown > Source) > at support.Configuration.Configuration() (Unknown Source) > at support.Configuration.instance() (Unknown Source) > at mas_gui.Connection.login() (Unknown Source) > at mas_gui.DataSetBuilder.initialize() (Unknown Source) > at mas_gui.DataSetBuilder.DataSetBuilder(java.lang.String[]) (Unknown > Source) at MA_Client.main(java.lang.String[]) (Unknown Source) > Caused by: java.lang.ClassNotFoundException: support.FileReaderUtilities > $1 not found in [file:/opt/mas/bin/../lib/classes/, > file:/usr/share/java/libgcj-3.4.0.jar, file:./, core:/] > at java.net.URLClassLoader.findClass(java.lang.String) > (/usr/lib/libgcj.so.5.0.0) > at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) > (/usr/lib/libgcj.so.5.0.0) > at java.lang.ClassLoader.loadClass(java.lang.String, boolean) > (/usr/lib/libgcj.so.5.0.0) > at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) > (/usr/lib/libgcj.so.5.0.0) > at java.lang.Class.forName(java.lang.String, boolean, > java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0) > at _Jv_BytecodeVerifier.verify_instructions_0() > (/usr/lib/libgcj.so.5.0.0) > at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0) > at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) > at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0) > at java.lang.VMClassLoader.linkClass0(java.lang.Class) > (/usr/lib/libgcj.so.5.0.0) > at java.lang.VMClassLoader.resolveClass(java.lang.Class) > (/usr/lib/libgcj.so.5.0.0) > ...8 more > > > I hope someone can help > > Best regards > Lasse > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Eiffel-mas-discuss mailing list > Eif...@li... > https://lists.sourceforge.net/lists/listinfo/eiffel-mas-discuss |