Click here to Skip to main content
15,798,037 members
Home / Discussions / Java
   

Java

 
GeneralRe: How to convert 2d array into 1d array in java Pin
Member 1278579115-Oct-16 6:06
Member 1278579115-Oct-16 6:06 
QuestionRelating Country to its State & Province Pin
Member 1276860030-Sep-16 0:12
Member 1276860030-Sep-16 0:12 
SuggestionRe: Relating Country to its State & Province Pin
Richard MacCutchan30-Sep-16 0:45
mveRichard MacCutchan30-Sep-16 0:45 
GeneralRe: Relating Country to its State & Province Pin
Member 1276860030-Sep-16 1:17
Member 1276860030-Sep-16 1:17 
GeneralRe: Relating Country to its State & Province Pin
Richard MacCutchan30-Sep-16 1:53
mveRichard MacCutchan30-Sep-16 1:53 
Questioncompile error: string is private with powershell Pin
shoysmTP15-Sep-16 1:53
shoysmTP15-Sep-16 1:53 
AnswerRe: compile error: string is private with powershell Pin
Richard MacCutchan15-Sep-16 2:40
mveRichard MacCutchan15-Sep-16 2:40 
QuestionLoad C++ Library Only Once Pin
Django_Untaken10-Sep-16 10:30
Django_Untaken10-Sep-16 10:30 
Hello there. I have managed to load and use c++ dll using JNI, in my java servlet (System.load). It works perfectly on first request I submit. But on subsequent requests, I get this weir d exception.
java.lang.UnsatisfiedLinkError: Native Library WEB-INF/lib/XXXXXX.dll already loaded in another classloader<br />
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1525)


Here is my loading code
public void init(ServletConfig config) throws ServletException 
{
    super.init(config);
    ServletContext context = getServletContext();
    String sMathDllpath = context.getInitParameter("MathDLLPath");	
    System.load(sMathDllpath);

}

I studied this tomcat wiki link and implemented their solution, among others, but could not succeed.
How do I implement it successfully? Thnks for anything you share.
AnswerRe: Load C++ Library Only Once Pin
Richard MacCutchan10-Sep-16 21:42
mveRichard MacCutchan10-Sep-16 21:42 
GeneralRe: Load C++ Library Only Once Pin
Django_Untaken11-Sep-16 5:58
Django_Untaken11-Sep-16 5:58 
GeneralRe: Load C++ Library Only Once Pin
Richard MacCutchan11-Sep-16 7:17
mveRichard MacCutchan11-Sep-16 7:17 
QuestionI'm having some issues with a source code Pin
DarkoJava2-Sep-16 16:55
DarkoJava2-Sep-16 16:55 
QuestionJava sector best? Pin
Member 127154721-Sep-16 7:42
Member 127154721-Sep-16 7:42 
QuestionJava sector best? Pin
Member 127154721-Sep-16 7:42
Member 127154721-Sep-16 7:42 
AnswerRe: Java sector best? Pin
NotPolitcallyCorrect1-Sep-16 8:10
NotPolitcallyCorrect1-Sep-16 8:10 
AnswerRe: Java sector best? Pin
ZurdoDev12-Oct-16 2:08
professionalZurdoDev12-Oct-16 2:08 
QuestionExposing API VS Stored procedure Pin
Java Lead31-Aug-16 5:28
Java Lead31-Aug-16 5:28 
AnswerRe: Exposing API VS Stored procedure Pin
Richard MacCutchan31-Aug-16 5:43
mveRichard MacCutchan31-Aug-16 5:43 
QuestionCan not Access RequestAttribute in JSTL Pin
AmbiguousName26-Aug-16 1:46
AmbiguousName26-Aug-16 1:46 
AnswerRe: Can not Access RequestAttribute in JSTL Pin
rah_sin30-Aug-16 21:07
professionalrah_sin30-Aug-16 21:07 
Question[SOLVED] 'TYPE' Cannot Be Resolved To a Type in JSP Pin
Django_Untaken24-Aug-16 3:34
Django_Untaken24-Aug-16 3:34 
QuestionDrools : Exception in thread "main" java.lang.RuntimeException: Query 'results' does not exist Pin
coolSol23-Aug-16 19:37
coolSol23-Aug-16 19:37 
AnswerRe: Drools : Exception in thread "main" java.lang.RuntimeException: Query 'results' does not exist Pin
Richard MacCutchan23-Aug-16 22:02
mveRichard MacCutchan23-Aug-16 22:02 
Questionconsole output to a text file Pin
Member 1142765722-Aug-16 4:55
Member 1142765722-Aug-16 4:55 
AnswerRe: console output to a text file Pin
Richard MacCutchan22-Aug-16 5:28
mveRichard MacCutchan22-Aug-16 5:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.