Hi,
I tried this
eclipse -vmargs -Dosgi.parentClassloader="ext"
and it didn't make any difference so I went back to addding
SWT manually. I have a few more questions though.
1)My rxtx jar works out of the ext directory without adding it manually to
the java bild path, why?
2)Even after adding mysql-connector-java manually to the java build path I
still get the following error..
java.lang.ClassNotFoundException: com/mysql/jdbc/Driver
at java.lang.Class.forName0(Native Method)
at the line
Class.forName("com.mysql.jdbc.Driver").newInstance();
Again this works perfectly in the console.
3)If I were to use the line
eclipse -vmargs -Dosgi.parentClassloader="ext"
Where would I specify the .so files for eclipse for example?
Thanks
Tshwala