search for: startonfirstthread

Displaying 5 results from an estimated 5 matches for "startonfirstthread".

2010 May 08
1
Error in RImageJ
...========== downloaded 8558 bytes > image = IJ$openImage( "google.gif" ) Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line starting httpd help server ... done > Can someone help me figuring out what this means and how to solve the problem? Thanks in advance. Fredy [[alternative HTML version deleted]]
2009 Feb 05
1
JGR extension not working (PR#13501)
...#39;t start AWT. Warning in .jnew("org/rosuda/iplots/Framework") : NewObject("org/rosuda/iplots/Framework","()V",...) failed Exception in thread "main" java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723) at java.lang.Runtime.loadLibrary0(Runt...
2012 Jan 13
4
Troubles with stemming (tm + Snowball packages) under MacOS
...blem-with-Snowball-amp-RWeka-td3402126.html) with : Sys.setenv(NOAWT=TRUE) The command tm_map(reuters, stemDocument) gives the following errors : - First time: Error in .jnew(name) : java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line Refreshing GOE props... - Second time: Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer 'english' unknown! Stemmer 'porter' unknown! Stemmer...
2009 Mar 18
0
JGR install problem
...message: In .jnew("org/rosuda/iplots/Framework") : NewObject("org/rosuda/iplots/Framework","()V",...) failed Error: package 'iplots' could not be loaded java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723) at java.lang.Runtime.loadLibrary0(Runt...
2011 Apr 29
0
Trying to get RWeka/Snowball to work
...("words", "porter","voc.txt", + package = "Snowball")) > result <- SnowballStemmer(source) Error in .jnew(name) : java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line > target <- readLines(system.file("words", "porter", "output.txt", + package = "Snowball")) > ## Any differences? > any(result != target)...