mjp-user Mailing List for Mike's Java Profiler
Status: Beta
Brought to you by:
gudujarlson
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Rob R. <Rob...@no...> - 2004-08-17 17:00:41
|
Mike, Well, my computer was upgraded to Red Hat Enterprise yesterday, and now the test seems to be working... must have been something screwy with the libs. Thanks! R Mike Bresnahan wrote: >>[robr@dag mjp-00.10-i386-linux]$ bash >>[robr@dag mjp-00.10-i386-linux]$ export >>MJP_HOME=/data/robr/bin/mjp-00.10-i386-linux/ >>[robr@dag mjp-00.10-i386-linux]$ export PATH=$MJP_HOME/bin:$PATH >>[robr@dag mjp-00.10-i386-linux]$ export LD_LIBRARY_PATH=$MJP_HOME/lib >>[robr@dag mjp-00.10-i386-linux]$ mjp >> >> > >What does 'uname -a' display? > >What happened after the 'mjp' command? > > > > >------------------------------------------------------- >SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >_______________________________________________ >mjp-user mailing list >mjp...@li... >https://lists.sourceforge.net/lists/listinfo/mjp-user > > -- Rob Redmon NOAA/NGDC Rob...@no... Tel: (303) 497-4331 |
|
From: Mike B. <mbr...@vi...> - 2004-08-17 00:09:54
|
> [robr@dag mjp-00.10-i386-linux]$ bash > [robr@dag mjp-00.10-i386-linux]$ export > MJP_HOME=/data/robr/bin/mjp-00.10-i386-linux/ > [robr@dag mjp-00.10-i386-linux]$ export PATH=$MJP_HOME/bin:$PATH > [robr@dag mjp-00.10-i386-linux]$ export LD_LIBRARY_PATH=$MJP_HOME/lib > [robr@dag mjp-00.10-i386-linux]$ mjp What does 'uname -a' display? What happened after the 'mjp' command? |
|
From: Rob R. <Rob...@no...> - 2004-08-16 16:13:53
|
Ok, thanks. Here's what I'm doing. btw, running version 1.0 now. [robr@dag mjp-00.10-i386-linux]$ bash [robr@dag mjp-00.10-i386-linux]$ export MJP_HOME=/data/robr/bin/mjp-00.10-i386-linux/ [robr@dag mjp-00.10-i386-linux]$ export PATH=$MJP_HOME/bin:$PATH [robr@dag mjp-00.10-i386-linux]$ export LD_LIBRARY_PATH=$MJP_HOME/lib [robr@dag mjp-00.10-i386-linux]$ mjp #i had your mjp script print out the command it was ultimately running and it is: /usr/java/j2sdk1.4.1_01/bin/java -classpath "/data/robr/bin/mjp-00.10-i386-linux//lib/mjpjni.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/mjpgui.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/jsearch.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/jh.jar:/usr/java/j2sdk1.4.1_01/lib/tools.jar:/data/robr/bin/mjp-00.10-i386-linux//docs/user-manual:/data/robr/bin/mjp-00.10-i386-linux//images" -Xmx1024m -Dmjp.home="/data/robr/bin/mjp-00.10-i386-linux/" com.fruitioninc.mjp.Main "" # In the gui: # Following: http://mjp.sourceforge.net/docs/user-manual/ch02s03.html , for linux instructions # Trying to run second instance of mjp, and i see the following in the process window: ***Executing '/data/robr/bin/mjp-00.10-i386-linux/bin/mjp ' in /data/robr/bin/mjp-00.10-i386-linux/bin Running: /usr/java/j2sdk1.4.1_01/bin/java -classpath "/data/robr/bin/mjp-00.10-i386-linux//lib/mjpjni.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/mjpgui.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/jsearch.jar:/data/robr/bin/mjp-00.10-i386-linux//lib/jh.jar:/usr/java/j2sdk1.4.1_01/lib/tools.jar:/data/robr/bin/mjp-00.10-i386-linux//docs/user-manual:/data/robr/bin/mjp-00.10-i386-linux//images" -Xmx1024m -Dmjp.home="/data/robr/bin/mjp-00.10-i386-linux/" com.fruitioninc.mjp.Main "" Picked up _JAVA_OPTIONS: -Xrunmjp -Djava.compiler=NONE Error occurred during initialization of VM Could not find -Xrun library: libmjp.so ***Process exited with status 1 # back at the initiating shell: [robr@dag mjp-00.10-i386-linux]$ echo $LD_LIBRARY_PATH /data/robr/bin/mjp-00.10-i386-linux//lib Mike Bresnahan wrote: >I'm not sure what your problem is. Try something like this and tell me what >happens. > >[gudu@gudujarlson gudu]$ uname -a >Linux gudujarlson 2.4.20-28.9 #1 Thu Dec 18 13:46:46 EST 2003 i586 i586 i386 >GNU/Linux >[gudu@gudujarlson gudu]$ export MJP_HOME=~/mjp-00.09-i386-linux >[gudu@gudujarlson gudu]$ export PATH=$MJP_HOME/bin:$PATH >[gudu@gudujarlson gudu]$ export LD_LIBRARY_PATH=$MJP_HOME/lib >[gudu@gudujarlson gudu]$ java -Xrunmjp >Mike's Java Profiler Version 00.09 >mjp: Starting profiler. > >-----Original Message----- >From: mjp...@li... >[mailto:mjp...@li...]On Behalf Of Rob Redmon >Sent: Friday, August 13, 2004 10:18 AM >To: mjp...@li... >Subject: Re: [mjp-user] Trouble with Testing Installation > > >Hey Mike, > >Yeah, it's pointing to: >/home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 >permissions are: >lrwxrwxrwx 1 robr robr 13 Aug 12 09:52 >/home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 >-rwxrwxr-x 1 robr robr 894k Mar 13 11:10 >/home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so.0.6 > > >Rob > > > > >------------------------------------------------------- >SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >_______________________________________________ >mjp-user mailing list >mjp...@li... >https://lists.sourceforge.net/lists/listinfo/mjp-user > > -- Rob Redmon NOAA/NGDC Rob...@no... Tel: (303) 497-4331 |
|
From: Mike B. <mbr...@vi...> - 2004-08-13 23:38:48
|
By the way, if you download the latest version (00.10) then you won't have to add DISPLAY, HOME, and JAVA_HOME to the environment inside the GUI. -----Original Message----- From: mjp...@li... [mailto:mjp...@li...]On Behalf Of Rob Redmon Sent: Friday, August 13, 2004 10:18 AM To: mjp...@li... Subject: Re: [mjp-user] Trouble with Testing Installation Hey Mike, Yeah, it's pointing to: /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 permissions are: lrwxrwxrwx 1 robr robr 13 Aug 12 09:52 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 -rwxrwxr-x 1 robr robr 894k Mar 13 11:10 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so.0.6 Rob |
|
From: Mike B. <mbr...@vi...> - 2004-08-13 23:33:03
|
I'm not sure what your problem is. Try something like this and tell me what happens. [gudu@gudujarlson gudu]$ uname -a Linux gudujarlson 2.4.20-28.9 #1 Thu Dec 18 13:46:46 EST 2003 i586 i586 i386 GNU/Linux [gudu@gudujarlson gudu]$ export MJP_HOME=~/mjp-00.09-i386-linux [gudu@gudujarlson gudu]$ export PATH=$MJP_HOME/bin:$PATH [gudu@gudujarlson gudu]$ export LD_LIBRARY_PATH=$MJP_HOME/lib [gudu@gudujarlson gudu]$ java -Xrunmjp Mike's Java Profiler Version 00.09 mjp: Starting profiler. -----Original Message----- From: mjp...@li... [mailto:mjp...@li...]On Behalf Of Rob Redmon Sent: Friday, August 13, 2004 10:18 AM To: mjp...@li... Subject: Re: [mjp-user] Trouble with Testing Installation Hey Mike, Yeah, it's pointing to: /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 permissions are: lrwxrwxrwx 1 robr robr 13 Aug 12 09:52 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 -rwxrwxr-x 1 robr robr 894k Mar 13 11:10 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so.0.6 Rob |
|
From: Rob R. <Rob...@no...> - 2004-08-13 15:18:10
|
Hey Mike, Yeah, it's pointing to: /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 permissions are: lrwxrwxrwx 1 robr robr 13 Aug 12 09:52 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so -> libmjp.so.0.6 -rwxrwxr-x 1 robr robr 894k Mar 13 11:10 /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so.0.6 Rob Mike Bresnahan wrote: >It is complaining that it can't find the file libmjp.so. This file should >be in $MJP_HOME/lib. In your case this should be >/home/robr/bin/mjp-00.09-i386-linux/lib. Does the file >/home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so exist? > > > >>-----Original Message----- >>From: mjp...@li... >>[mailto:mjp...@li...]On Behalf Of Rob Redmon >>Sent: Thursday, August 12, 2004 11:49 AM >>To: mjp...@li... >>Subject: [mjp-user] Trouble with Testing Installation >> >> >>Hi all, I'm having trouble testing the linux version. I apologize >>because i entered a bug on this and it's probably me just being a linux >>dufus. Anyway, i followed the install directions verbatim, with MJP >>installed under /home/robr/bin/mjp-00.09-i386-linux. Following the >>"Testing the Installation" guide, I get the following in the >>process window: >> >>=================================== >> >>***Executing >>'/home/robr/bin/mjp-00.09-i386-linux/bin/mjp ' with >>environment: >>_JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE >>IBM_JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE >>JAVA_HOME=/usr/java/j2sdk1.4.1_01 >>DISPLAY=:0 >>HOME=/home/robr >>LD_LIBRARY_PATH=/home/robr/bin/mjp-00.09-i386-linux/lib >>in /home/robr/bin/mjp-00.09-i386-linux/bin >>Picked up _JAVA_OPTIONS: -Xrunmjp -Djava.compiler=NONE >>Error occurred during initialization of VM >>Could not find -Xrun library: libmjp.so >> >>***Process exited with status 1 >> >>==================================== >> >>Again, sorry for submitting a bug; any help appreciated. >> >>Rob >> >> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >>_______________________________________________ >>mjp-user mailing list >>mjp...@li... >>https://lists.sourceforge.net/lists/listinfo/mjp-user >> >> > > > >------------------------------------------------------- >SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >_______________________________________________ >mjp-user mailing list >mjp...@li... >https://lists.sourceforge.net/lists/listinfo/mjp-user > > -- Rob Redmon NOAA/NGDC Rob...@no... Tel: (303) 497-4331 |
|
From: Mike B. <mi...@fr...> - 2004-08-13 02:50:46
|
Mike's Java Profiler 00.10 has been released. Mike's Java Profiler is a performance profiler for Java programs. It collects statistics about accumulated time used by each stack frame in the profiled program and presents the collected data in a GUI. The presented data can be used to locate performance bottlenecks within the profiled program. The data is presented in way that allows the user to first view data at a low level of detail and then to drill down to higher levels of detail. This facilitates more efficient bottleneck identification than if the data was presented as a 1-dimensional list like in some similar applications. I had intended that this release would be larger, but I have had limited ambition to work on MJP. The main reasons for my lack of ambition are: - MJP's current features serve my personal needs. - The replacement for the underlying API that MJP uses to collect data, JVMPI, has arrived in the form of java.lang.instrumentation. - There has been very little user demand. - I've lost interest in the project. However, this release does include a pair of important bug fixes that have been bugging me for a while. The most important one eliminates the limitation that prevented the environment from being passed to child processes launched from MJP. See the change log for details. For more information visit http://mjp.sourceforge.net. |
|
From: Mike B. <mbr...@vi...> - 2004-08-13 00:25:25
|
It is complaining that it can't find the file libmjp.so. This file should be in $MJP_HOME/lib. In your case this should be /home/robr/bin/mjp-00.09-i386-linux/lib. Does the file /home/robr/bin/mjp-00.09-i386-linux/lib/libmjp.so exist? > -----Original Message----- > From: mjp...@li... > [mailto:mjp...@li...]On Behalf Of Rob Redmon > Sent: Thursday, August 12, 2004 11:49 AM > To: mjp...@li... > Subject: [mjp-user] Trouble with Testing Installation > > > Hi all, I'm having trouble testing the linux version. I apologize > because i entered a bug on this and it's probably me just being a linux > dufus. Anyway, i followed the install directions verbatim, with MJP > installed under /home/robr/bin/mjp-00.09-i386-linux. Following the > "Testing the Installation" guide, I get the following in the > process window: > > =================================== > > ***Executing > '/home/robr/bin/mjp-00.09-i386-linux/bin/mjp ' with > environment: > _JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE > IBM_JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE > JAVA_HOME=/usr/java/j2sdk1.4.1_01 > DISPLAY=:0 > HOME=/home/robr > LD_LIBRARY_PATH=/home/robr/bin/mjp-00.09-i386-linux/lib > in /home/robr/bin/mjp-00.09-i386-linux/bin > Picked up _JAVA_OPTIONS: -Xrunmjp -Djava.compiler=NONE > Error occurred during initialization of VM > Could not find -Xrun library: libmjp.so > > ***Process exited with status 1 > > ==================================== > > Again, sorry for submitting a bug; any help appreciated. > > Rob > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > mjp-user mailing list > mjp...@li... > https://lists.sourceforge.net/lists/listinfo/mjp-user |
|
From: Rob R. <Rob...@no...> - 2004-08-12 16:49:13
|
Hi all, I'm having trouble testing the linux version. I apologize because i entered a bug on this and it's probably me just being a linux dufus. Anyway, i followed the install directions verbatim, with MJP installed under /home/robr/bin/mjp-00.09-i386-linux. Following the "Testing the Installation" guide, I get the following in the process window: =================================== ***Executing '/home/robr/bin/mjp-00.09-i386-linux/bin/mjp ' with environment: _JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE IBM_JAVA_OPTIONS=-Xrunmjp -Djava.compiler=NONE JAVA_HOME=/usr/java/j2sdk1.4.1_01 DISPLAY=:0 HOME=/home/robr LD_LIBRARY_PATH=/home/robr/bin/mjp-00.09-i386-linux/lib in /home/robr/bin/mjp-00.09-i386-linux/bin Picked up _JAVA_OPTIONS: -Xrunmjp -Djava.compiler=NONE Error occurred during initialization of VM Could not find -Xrun library: libmjp.so ***Process exited with status 1 ==================================== Again, sorry for submitting a bug; any help appreciated. Rob |
|
From: Mike B. <mbr...@vi...> - 2003-11-12 17:14:41
|
I'm building a Windows Installer (MSI) based setup executable for MJP using C# and the MSI API. I plan to search the registry for JDK's and prompt the user to select one to set JAVA_HOME to. MJP_HOME will be set to the installation directory and MJP_HOME will be appended to PATH. The package will be delivered either was a zip file or a self-extracting executable. After unzipping, the user must run setup.exe. Do you know of a easy way to make everything happen in one step? I would be nice if I could distribute a setup.exe that both extracted the files and installed them. I know how to do this with JBuilder. JBuilder can build executables that have embedded read-only filesystems in them. Typically this is used to embedd jar files and other resources into a single executable. Thoughts? Mike |
|
From: Mike B. <mbr...@vi...> - 2003-05-27 16:43:26
|
Mike's Java Profiler 00.06 has been released. Mike's Java Profiler is a performance profiler for Java programs. It collects statistics about accumulated time used by each stack frame in the profiled program and presents the collected data in a GUI. The presented data can be used to locate performance bottlenecks within the profiled program. The data is presented in way that allows the user to first view data at a low level of detail and then to drill down to higher levels of detail. This facilitates more efficient bottleneck identification than if the data was presented as a 1-dimensional list like in some similar applications. This release contains some major new functionality and some usability enhancements. New in this release is a new data collection technique that, instead of timing each and every method call, records the call stack of each thread periodically. The resulting statistics include only the number of samples charged to each stack frame. They do not include the number of times each stack frame was called, nor the accumulated CPU and wall time in each stack frame. However, the amount of profiler overhead and datafile size are greatly reduced. The old timing technique is still supported and in fact remains the default. The technique used by the profiler agent can be selected via JVM command line. See the user manual for details. Also in this release are a number of usability improvements. The improvements include better window sizing, better window positioning, better divider positioning, and other such things. Mike's Java Profiler is free software written by Michael J. Bresnahan and distributed under the GNU Public License. For more information, go to http://mjp.sourceforge.net. |
|
From: Mike B. <mbr...@vi...> - 2003-02-14 05:13:25
|
Mike's Java Profiler 00.05 has been released. Mike's Java Profiler is a performance profiler for Java programs. It collects statistics about accumulated time used by each stack frame in the profiled program and presents the collected data in a GUI. The presented data can be used to locate performance bottlenecks within the profiled program. The data is presented in way that allows the user to first view data at a low level of detail and then to drill down to higher levels of detail. This facilitates more efficient bottleneck identification than if the data was presented as a 1-dimensional list like in some similar applications. This release contains several important bugs fixes and a change in the compilation requirements. See the change log for a list of bug fixes. Microsoft Visual C++ is no longer required to build the C++ portion of MJP on the Win32 platform. In fact, MJP can no longer be compiled with MSVC++. MJP is now compiled with the GNU C++ Compiler on both Win32 and Linux. A side effect of this change is that MJP no longer uses STLport. Instead it uses GNU libstdc++. Mike's Java Profiler is free software written by Michael J. Bresnahan and distributed under the GNU Public License. For more information, go to http://mjp.sourceforge.net. |
|
From: Mike B. <mbr...@vi...> - 2002-10-05 17:59:42
|
Mike's Java Profiler 00.03 has been released. Mike's Java Profiler is a performance profiler for Java programs. It collects statistics about accumulated time used by each stack frame in the profiled program and presents the collected data in a GUI. The presented data can be used to locate performance bottlenecks within the profiled program. The data is presented in way that allows the user to first view data at a low level of detail and then to drill down to higher levels of detail. This facilitates more efficient bottleneck identification than if the data was presented as a 1-dimensional list like in some similar applications. This release provides working support for Linux. I have not done a lot of testing on Linux. The code passes the automated tests, but is known to fail when profiling itself. I did my testing on RedHat 7.2 with Sun's JDK 1.4.1. This release also contains the beginnings of a user manual. The user manual contains the a repackaging of the old overview and installation instructions and new documentation on data collection. Mike's Java Profiler is free software written by Michael J. Bresnahan and distributed under the GNU Public License. For more information, go to http://mjp.sourceforge.net. |
|
From: Mike B. <mbr...@vi...> - 2002-09-09 23:58:21
|
I found the following in the jswat 2.8 readme (http://www.bluemarsh.com/java/jswat/index.html): Windows NT and JDK 1.4 There seems to be a problem with using JDK 1.4 on Windows NT 4.0, relating to the DirectX features. The errors occur in the method sun.awt.windows.Win32DDRenderer.doFillRectDD. The solution appears to be quite simple, just add the following option after java when starting JSwat: -Dsun.java2d.noddraw=true Mike > -----Original Message----- > From: mjp...@li... > [mailto:mjp...@li...]On Behalf Of Wolfram > Rittmeyer > Sent: Tuesday, September 03, 2002 7:31 AM > To: mjp...@li... > Subject: [mjp-user] DLL-error > > > HI, > > I get an error on NT4 as follows: > Initialising of DLL "C:\WINNT\System32\ddraw.dll" failed. Process will > not be ended correctly." > > I'm a German and the message is in German as well. But I tried to > translate it. So maybe the message would differ slightly in English. > Nevertheless the content should be clear. > > Any ideas what I can do? > > The JFrame (or Frame - cannot tell, since cannot see anything) tries to > start after confirming the message by clicking the OK-Button. But with > the exception of the Frame itself I get nothing. No content (just like a > screenshot of the contents at the place before the frame tried to open > itself). > > I'd be glad for any ideas... > > Thanx, > > Wolfram Rittmeyer |
|
From: Mike B. <mbr...@vi...> - 2002-09-03 14:10:29
|
I haven't seen this error before, but I know ddraw.dll is part of DirectX. You could try upgrading or reinstalling DirectX. I'm running 8.1 on both my Windows machines. You can get DirectX from www.microsoft.com. FYI: I've never personally tested MJP on NT4. Mike > -----Original Message----- > From: mjp...@li... > [mailto:mjp...@li...]On Behalf Of Wolfram > Rittmeyer > Sent: Tuesday, September 03, 2002 7:31 AM > To: mjp...@li... > Subject: [mjp-user] DLL-error > > > HI, > > I get an error on NT4 as follows: > Initialising of DLL "C:\WINNT\System32\ddraw.dll" failed. Process will > not be ended correctly." > > I'm a German and the message is in German as well. But I tried to > translate it. So maybe the message would differ slightly in English. > Nevertheless the content should be clear. > > Any ideas what I can do? > > The JFrame (or Frame - cannot tell, since cannot see anything) tries to > start after confirming the message by clicking the OK-Button. But with > the exception of the Frame itself I get nothing. No content (just like a > screenshot of the contents at the place before the frame tried to open > itself). > > I'd be glad for any ideas... > > Thanx, > > Wolfram Rittmeyer > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > mjp-user mailing list > mjp...@li... > https://lists.sourceforge.net/lists/listinfo/mjp-user |
|
From: Wolfram R. <wol...@we...> - 2002-09-03 12:26:26
|
HI, I get an error on NT4 as follows: Initialising of DLL "C:\WINNT\System32\ddraw.dll" failed. Process will not be ended correctly." I'm a German and the message is in German as well. But I tried to translate it. So maybe the message would differ slightly in English. Nevertheless the content should be clear. Any ideas what I can do? The JFrame (or Frame - cannot tell, since cannot see anything) tries to start after confirming the message by clicking the OK-Button. But with the exception of the Frame itself I get nothing. No content (just like a screenshot of the contents at the place before the frame tried to open itself). I'd be glad for any ideas... Thanx, Wolfram Rittmeyer |
|
From: Mike B. <mbr...@vi...> - 2002-07-30 02:53:57
|
Unfortunately there is no slick installer application for MJP. Not yet anyway. For now, you have to install it manually, however this is not a large task. There are step-by-step instructions at http://mjp.sourceforge.net/docs/install.html. Mike Bresnahan > -----Original Message----- > From: mjp...@li... > [mailto:mjp...@li...]On Behalf Of Jacqueline > Urick > Sent: Monday, July 29, 2002 9:48 PM > To: mjp...@li... > Subject: [mjp-user] how do I install this thing? > > > > > how do I install this..your software sux, man! > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > mjp-user mailing list > mjp...@li... > https://lists.sourceforge.net/lists/listinfo/mjp-user |
|
From: Jacqueline U. <ja...@re...> - 2002-07-30 02:48:11
|
how do I install this..your software sux, man! |
|
From: Mike B. <mbr...@vi...> - 2002-07-30 02:26:55
|
Hello, World! |