Well, that's extremely odd, because that message is followed IMMEDIATELY by
another at the very start of the process:
splash.showStatus(GT._("Creating main window..."));
splash.showStatus(GT._("Initializing Swing..."));
There is nothing between them, the JmolPanel class has not been constructed
yet, and basically there is almost no memory being used. I can think of
nothing that would do this except GT, which is the internationalization
package. But you are getting English messages, so that should not be the
issue.
Please try adding -Duser.language=en just before the -jar flag on the
command line of your shell:
java -Duser.language=en -jar Jmol.jar
Q: Can you run other Java applications?
Also, you could try running Jmol without graphics once:
java -jar Jmol.jar -n -j "print 'OK' "
You could also try that with JmolData.jar, which has absolutely no
graphics:
java -jar JmolData.jar -n -j "print 'ok' "
For sure, try this:
java -jar Jmol.jar -h
Are you getting anything?
Bob
On Sun, Dec 4, 2011 at 12:44 AM, Moon Cheung <[email protected]> wrote:
> It has the same problem in running Jmol.sh from the command line.This time
> Jmol will stop at "Creating main window".
> And once the problem occurs, it will occur continuously after i kill the
> process.
>
> Best Regards
> Moon
>
>
> 2011/12/4 Robert Hanson <[email protected]>
>
>> Does Jmol.sh run generally on your machine from the command line?
>>
>> On Sat, Dec 3, 2011 at 6:25 AM, Moon Cheung <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> When i use system call in c to call Jmol under Linux(the code is
>>> "(void)system("/opt/QtSDK/Projects/jmol-12.2.7/jmol.sh -s
>>> /opt/QtSDK/Projects/testing3.pdb.spt")")
>>> And testing3.pdb.spt is a Rasmol Script in the code.
>>> There is a problem that the Jmol will stop running at Setting up drag
>>> and drop.
>>> This situation will occur 1 around 5 times.
>>> What can i do with this situation?
>>>
>>> Best Regards,
>>> Moon
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Jmol-developers mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>>>
>>>
>>
>>
>> --
>> Robert M. Hanson
>> Professor of Chemistry
>> St. Olaf College
>> 1520 St. Olaf Ave.
>> Northfield, MN 55057
>> http://www.stolaf.edu/people/hansonr
>> phone: 507-786-3107
>>
>>
>> If nature does not answer first what we want,
>> it is better to take what answer we get.
>>
>> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Jmol-developers mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>>
>>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>
>
--
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107
If nature does not answer first what we want,
it is better to take what answer we get.
-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers