From 9eeea3f2222d30f0cf4b3ecd0461341b89ec85aa Mon Sep 17 00:00:00 2001 From: jeffpk Date: Tue, 30 Sep 2003 19:21:07 +0000 Subject: This version adds a property "net.java.games.util.plugins.nolocalnative". If this property is set, then ratehr then lookign in the same dir as the plugin for a plugin's native components it will fall back to the VM or platform default way of finding native libraries. This is necessary for Java Web Start apps. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@13 052365b4-98e0-4bc5-a281-465471b020e0 --- .../java/games/util/plugins/test/NotAPlugin.html | 214 +++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 apidocs/net/java/games/util/plugins/test/NotAPlugin.html (limited to 'apidocs/net/java/games/util/plugins/test/NotAPlugin.html') diff --git a/apidocs/net/java/games/util/plugins/test/NotAPlugin.html b/apidocs/net/java/games/util/plugins/test/NotAPlugin.html new file mode 100644 index 0000000..9395274 --- /dev/null +++ b/apidocs/net/java/games/util/plugins/test/NotAPlugin.html @@ -0,0 +1,214 @@ + + + + + + +NotAPlugin + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +net.java.games.util.plugins.test +
+Class NotAPlugin

+
+java.lang.Object
+  |
+  +--net.java.games.util.plugins.test.NotAPlugin
+
+
+
+
public class NotAPlugin
extends java.lang.Object
+ +

+

+
Author:
+
jeff
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NotAPlugin() + +
+          Creates a new instance of NotAPlugin
+  + + + + + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NotAPlugin

+
+public NotAPlugin()
+
+
Creates a new instance of NotAPlugin +

+

+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3