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

Java

 
GeneralRe: Which technologies should I use ? Pin
Sylvain_D11-Jul-11 23:33
Sylvain_D11-Jul-11 23:33 
AnswerRe: Which technologies should I use ? Pin
Richard MacCutchan11-Jul-11 22:45
mveRichard MacCutchan11-Jul-11 22:45 
GeneralRe: Which technologies should I use ? Pin
Sylvain_D11-Jul-11 23:36
Sylvain_D11-Jul-11 23:36 
GeneralRe: Which technologies should I use ? Pin
Pete O'Hanlon11-Jul-11 23:45
mvePete O'Hanlon11-Jul-11 23:45 
QuestionCould not find main class [modified] Pin
RossouwDB10-Jul-11 20:12
RossouwDB10-Jul-11 20:12 
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 
Gerben Jongerius wrote:
java -cp myjar.jar;mylib1.jar;mylib2.jar com.classpackage.MyClass

Unfortunately this did not work.

Here is my directory structure:
-dist
--OmniIDE.jar
--lib
---AbsoluteLayout
---appframework-1.0.3.jar
---beansbinding-1.2.1.jar
---swing-layout-1.0.4.jar
---swing-worker-1.1.jar

So I CMDd the following:

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


And the exception (all continuous):

Exception in thread "main" java.lang.NoClassDefFoundError: com/omniide/OmniIDEApp


TorstenH. wrote:
Netbeans should have some "Extract Project" option.


Unfortunately, no. There are two extract options:
-Extract Interface
-Extract Superclass

Converting from NetBeans to Eclipse would not be an option though...

Thanks,
Rossouw
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 
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 

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.