Click here to Skip to main content
15,890,579 members
Home / Discussions / Java
   

Java

 
AnswerRe: Could not find main class Pin
Gerben Jongerius10-Jul-11 21:40
Gerben Jongerius10-Jul-11 21:40 
GeneralRe: Could not find main class Pin
TorstenH.10-Jul-11 21:52
TorstenH.10-Jul-11 21:52 
GeneralRe: Could not find main class Pin
RossouwDB10-Jul-11 22:37
RossouwDB10-Jul-11 22:37 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 0:17
mveRichard MacCutchan11-Jul-11 0:17 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 1:18
RossouwDB11-Jul-11 1:18 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 2:17
mveRichard MacCutchan11-Jul-11 2:17 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 2:25
RossouwDB11-Jul-11 2:25 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 2:41
mveRichard MacCutchan11-Jul-11 2:41 
Are you sure about the com. prefix in your class name:
java -cp OmniIDE.jar;lib\AbsoluteLayout.jar;lib\appframework-1.0.3.jar;lib\beansbinding-1.2.1.jar;lib\swing-layout-1.0.4.jar;lib\swing-worker-1.1.jar com.omniide.OmniIDEApp


[edit]You can check this by running the command jar -tvf against the jar file that contains (or should contain) your main class.[/edit]

[edit2]Or you could execute the .jar file directly by
java -cp lib\AbsoluteLayout.jar;lib\appframework-1.0.3.jar;lib\beansbinding-1.2.1.jar;lib\swing-layout-1.0.4.jar;lib\swing-worker-1.1.jar -jar OmniIDE.jar

assuming your main class is in the OmniIDE.jar file.
[/edit2]
The best things in life are not things.

GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 2:43
RossouwDB11-Jul-11 2:43 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 2:49
mveRichard MacCutchan11-Jul-11 2:49 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 2:58
RossouwDB11-Jul-11 2:58 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 3:07
mveRichard MacCutchan11-Jul-11 3:07 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 3:12
RossouwDB11-Jul-11 3:12 
GeneralRe: Could not find main class Pin
TorstenH.11-Jul-11 3:13
TorstenH.11-Jul-11 3:13 
GeneralRe: Could not find main class Pin
Richard MacCutchan11-Jul-11 4:53
mveRichard MacCutchan11-Jul-11 4:53 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 19:19
RossouwDB11-Jul-11 19:19 
GeneralRe: Could not find main class Pin
TorstenH.11-Jul-11 21:10
TorstenH.11-Jul-11 21:10 
GeneralRe: Could not find main class Pin
RossouwDB11-Jul-11 21:25
RossouwDB11-Jul-11 21:25 
GeneralRe: Could not find main class Pin
TorstenH.12-Jul-11 0:03
TorstenH.12-Jul-11 0:03 
QuestionPolymorphism problem in java.. Pin
gateway239-Jul-11 6:21
gateway239-Jul-11 6:21 
AnswerRe: Polymorphism problem in java.. Pin
Richard MacCutchan10-Jul-11 5:43
mveRichard MacCutchan10-Jul-11 5:43 
AnswerRe: Polymorphism problem in java.. Pin
jschell10-Jul-11 12:53
jschell10-Jul-11 12:53 
AnswerRe: Polymorphism problem in java.. Pin
Shameel10-Jul-11 22:47
professionalShameel10-Jul-11 22:47 
GeneralRe: Polymorphism problem in java.. Pin
jschell12-Jul-11 10:11
jschell12-Jul-11 10:11 
GeneralRe: Polymorphism problem in java.. Pin
Shameel12-Jul-11 19:10
professionalShameel12-Jul-11 19:10 

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.