Click here to Skip to main content
15,897,181 members
Home / Discussions / Java
   

Java

 
GeneralRe: Multiple strings received on TCP socket Pin
Sachin k Rajput 10-Apr-13 20:31
Sachin k Rajput 10-Apr-13 20:31 
QuestionFile Path Problem Pin
Sachin k Rajput 9-Apr-13 22:36
Sachin k Rajput 9-Apr-13 22:36 
QuestionRe: File Path Problem Pin
Richard MacCutchan10-Apr-13 0:25
mveRichard MacCutchan10-Apr-13 0:25 
AnswerRe: File Path Problem Pin
Sachin k Rajput 10-Apr-13 0:45
Sachin k Rajput 10-Apr-13 0:45 
QuestionRead JNDI from c# Pin
Member 11184949-Apr-13 1:59
Member 11184949-Apr-13 1:59 
AnswerRe: Read JNDI from c# Pin
Richard MacCutchan9-Apr-13 5:16
mveRichard MacCutchan9-Apr-13 5:16 
GeneralRe: Read JNDI from c# Pin
Member 11184949-Apr-13 8:28
Member 11184949-Apr-13 8:28 
GeneralRe: Read JNDI from c# Pin
jschell9-Apr-13 9:19
jschell9-Apr-13 9:19 
Member 1118494 wrote:
the code running very well in visual studio2012 windows Application but not working never in WCF or asp.net web


I seriously doubt that you have Java code running with WCF and ASP. Although the latter is just possible it isn't something that someone is going to succeed at without knowing what a class path exception is.

Much less running in VS.

Member 1118494 wrote:
i checked all libraries i found that every thing is correct


What you POSTED tells you EXACTLY what the problem is. You are missing a class.

So there is absolutely no doubt at all that you are MISSING something in your class path.

From that the following possibilities exist
- Your code is wrong. It is using something it shouldn't be.
- The libraries you are using in your class path are incomplete. You need another library.
- The libraries your class path are wrong, you are using the wrong versions or it is otherwise corrupt or even the path is ill-formed.
- You are not looking at the correct class path.
GeneralRe: Read JNDI from c# Pin
Richard MacCutchan9-Apr-13 9:40
mveRichard MacCutchan9-Apr-13 9:40 
GeneralRe: Read JNDI from c# Pin
Member 111849410-Apr-13 22:55
Member 111849410-Apr-13 22:55 
GeneralRe: Read JNDI from c# Pin
Richard MacCutchan10-Apr-13 23:14
mveRichard MacCutchan10-Apr-13 23:14 
GeneralRe: Read JNDI from c# Pin
Member 111849410-Apr-13 23:21
Member 111849410-Apr-13 23:21 
GeneralRe: Read JNDI from c# Pin
Richard MacCutchan11-Apr-13 0:38
mveRichard MacCutchan11-Apr-13 0:38 
GeneralRe: Read JNDI from c# Pin
Member 111849411-Apr-13 0:42
Member 111849411-Apr-13 0:42 
SuggestionRe: Read JNDI from c# Pin
Prasad Khandekar2-May-13 19:49
professionalPrasad Khandekar2-May-13 19:49 
QuestionJava Program to accept input from user and then display output . Pin
Aman kumar routh4-Apr-13 3:35
Aman kumar routh4-Apr-13 3:35 
AnswerRe: Java Program to accept input from user and then display output . Pin
emadrefai4-Apr-13 6:20
emadrefai4-Apr-13 6:20 
GeneralRe: Java Program to accept input from user and then display output . Pin
Aman kumar routh4-Apr-13 6:29
Aman kumar routh4-Apr-13 6:29 
AnswerRe: Java Program to accept input from user and then display output . Pin
Richard MacCutchan4-Apr-13 6:29
mveRichard MacCutchan4-Apr-13 6:29 
QuestionJAVA Pin
Member 995424830-Mar-13 8:01
professionalMember 995424830-Mar-13 8:01 
AnswerRe: JAVA Pin
Richard MacCutchan30-Mar-13 13:19
mveRichard MacCutchan30-Mar-13 13:19 
AnswerRe: JAVA Pin
Shubhashish_Mandal1-Apr-13 2:43
professionalShubhashish_Mandal1-Apr-13 2:43 
AnswerRe: JAVA Pin
Cesar Bretana Gonzalez3-Apr-13 9:43
professionalCesar Bretana Gonzalez3-Apr-13 9:43 
AnswerRe: JAVA Pin
Aman kumar routh4-Apr-13 3:46
Aman kumar routh4-Apr-13 3:46 
AnswerRe: JAVA Pin
Richard MacCutchan9-Apr-13 4:58
mveRichard MacCutchan9-Apr-13 4:58 

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.