i'm trying to install WindowBuilder on Eclipse.
I'm running it on a 10.13.1 mac.
Eclipse Oxygen.
Trying to use: http://download.eclipse.org/windowbuilder/WB/integration/4.7/
as the download link on the "help" option on eclipse.
i get an error like this:
Problem Opening Wizard.
The selected Wizard could not be started.
Plug-in org.eclipse.wb.swing was unable to load class org.eclipse.wb.internal.swing.wizards.frame.NewJFrameWizard.
An error ocurred while automatically activating bundle org.eclipse.wb.swing(548).
i tried to install WindowBuilder on my Windows desktop. The first time i installed the Wb, i got the same error, but after that i updated the Eclipse to the latest version and installed the WB again. Worked.
Tried the same on mac, but didn't works.
Any help? please
Related
I am currently pretty lost where to start searching for the error that I am facing. The same AngularJS project that my colleagues have been working on for quite a while on Macs cannot be compiled correctly on my Windows machine. No idea if windows and mac has anything to do with the error but just in case I am adding this information.
I've checked out the project with SourceTree and opend it with WebStorm.
First npm install then gulp dev in the terminal of WebStorm and my angularJs-project is beeing compiled without any errors. When then the browser windows with //localhost is beeing opened, the page shows shortly the loading anymation and then stays blank.
In the attached screenshot you can see the output of the console. Any ideas?
AngularJS Version: 1.7.2
NPM Version: 5.6.0
Gulp:
CLI version 3.9.1
Local version 3.9.1
What could make the difference that the project is running perfectly on other machines but not on mine?
[Edit]:
I have now reanimated my old macbook, checked out the exact same project with source tree, installed webstorm, ran npm install, then doing this to set up gulp and then running gulp dev: The App runs just fine.
On my Windows Laptop I've started all over, deinstalled WebStorm, deinstalled node.js and did the whole set up as described above. Only difference that I need to install node.js manually on Windows to use npm.... same error as described before.
iam using genymotion emulator to run react native on mac,
react-native-cli: 2.0.1
react-native: 0.53.0
node:v8.9.4
while i running react-native run-android i got error like this
...
.....
Installing APK 'app-debug.apk' on 'GNexus5623 - 6.0' for app:debug
11:17:39 E/DeviceMonitor: Adb connection Error:EOF
11:17:39 E/DeviceMonitor: Connection attempts: 1
Installed on 1 device.
BUILD SUCCESSFUL
Total time: 14.691 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html
Starting the app (/Users/yan/Library/Android/sdk/platform-tools/adb shell am start -n com.vero/com.vero.MainActivity...
error: no devices/emulators found
does anyone give me solution, thanks
this worked for me (For debian based systems only), make sure you have configured genymotion to use your android Sdk by:
Open Genymotion
Click on the settings icon
go to ADB tab
Click on use Custom Sdk tools.
navigate to the folder you downloaded
and then add this to your .bashrc
export PATH=/home/{username}/Android/Sdk/tools:/home/{username}/Android/Sdk/platform-tools:$PATH
IDE: Eclipse Luna
Desktop OS: Windows Server 2008 R2 Enterprise
Simulator : NA/default
Device: NA/default
Java: jdk1.8.0_40
Good afternoon everybody. I am a newbie and downloaded codenameone for the first time as a plugin in Eclipse IDE. The install went well, and I launched a new project, with Native theme and Hello World template. The project got created fine however, when I try to launch theme.res nothing happens. I dont see any errors or any signs of codenameone designer launching.
I searched through the forums and couldnt find anyone with similar problem.
What I have done to resolve (unsuccessfully):
Tried creating other projects with different themes and templates.
Tried uninstalling codenameone plugin and reinstalling it
Tried doing everything in a new workspace.
I have tried launching the designer jar from command line and that works:
java -Xmx256m -jar ~/.codenameone/designer_1.jar (This works)
I have double checked and eclipse is running the same version of JVM as commandline.
Nothing I do in eclipse has worked.
Could you please guide ?
Thanks
You need to switch the VM Eclipse is using to JDK 1.7 this also means the VM used to launch eclipse itself in the eclipse.ini file.
I'm trying to download the Blackberry SDK from 2 days using their IDE (because it is the only way to get their SDK?), and now I got an error:
There was an error updating SDK. Press the Details button to review the error.
SDK Install or Update Operation operation failed: An error occurred while installing the items
An error occurred while installing the items
session context was:(profile=DefaultProfile,phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.2.0.1155 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file
An error occurred while installing the items
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.2.0.1155 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file
and this happened even when it finishs downloading:
So I understand you want to install the blackberry SDK for Titanium?
If that is the case, you should download the Blackberry SDK here:
http://preview.appcelerator.com/studio/bb/
Else, if you want the Native SKD, or CAscades SDK, you must then download it through Momentics.
Try this:
Close BlackBerry Momentics.
Delete the host_xxx and target_xxx folders inside BlackBerry Momentics installation folder that correspond to the BlackBerry Native SDK version that is failing to install.
Delete all the contents of the p2 folder inside BlackBerry Momentics installation folder.
Launch BlackBerry Momentics and try to install again.
Try this
Just try to uninstall and re-install the momentics IDE then go for sdk download ..
Help
I'm using BlackBerry Java Plug-in for Eclipse Version: 1.3.0
Simulator 9800
I'm trying to run a Midlet that sucessfully runs on j2me emulator(tested).
The project compiles fine, but when I run it in the BB simulator it gives me the error:
"error starting MyApp: Module J4ME not found.
I added a jar file of J4ME as an external jar file. it seems actual j4me jar is not added to the project which
is loaded on BB simulator.
Anyway, the major problem is that it cannot run in the simulator.
I found several posts with the same problem, but the solutions they gave are for JDE, not for eclipse plugin,
or
add jar to project with "add file to project" option but that option is missing in my eclipse plug-in.
or
to add jar to other new project and then add this project to main project as dependent project(this option is also missing in eclipse)
plz kindly help me out as am new in this blackberry environmnt.
thanks in advance