[
https://issues.apache.org/jira/browse/CB-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276948#comment-13276948
]
John Nahlen commented on CB-786:
--------------------------------
I still had issues. Seems there is a Java error... and I only have 64-bit JVMs
on here, if that explains anything. Anyway, this what I got below:
{noformat}
jnahlen@jnahlen
/cygdrive/c/users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
$ make
mkdir -p lib
rm -f lib/cordova.js
cat js/cordova-core.js >> lib/cordova.js
cat js/acceleration.js >> lib/cordova.js
cat js/accelerometer.js >> lib/cordova.js
cat js/application.js >> lib/cordova.js
cat js/audio.js >> lib/cordova.js
cat js/camera.js >> lib/cordova.js
cat js/contacts.js >> lib/cordova.js
cat js/compass.js >> lib/cordova.js
cat js/debugconsole.js >> lib/cordova.js
cat js/device.js >> lib/cordova.js
cat js/file.js >> lib/cordova.js
cat js/geolocation.js >> lib/cordova.js
cat js/map.js >> lib/cordova.js
cat js/mojo.js >> lib/cordova.js
cat js/mouse.js >> lib/cordova.js
cat js/network.js >> lib/cordova.js
cat js/notification.js >> lib/cordova.js
cat js/orientation.js >> lib/cordova.js
cat js/position.js >> lib/cordova.js
cat js/service.js >> lib/cordova.js
cat js/sms.js >> lib/cordova.js
cat js/telephony.js >> lib/cordova.js
cat js/window.js >> lib/cordova.js
cat js/windowproperties.js >> lib/cordova.js
cat lib/thumbs.0.5.2.js >> lib/cordova.js
cp lib/cordova.js framework/cordova-1.7.0.js
palm-package.bat framework/
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
palm-install.bat `cat framework/appinfo.json | /usr/bin/grep '"id"' |
/usr/bin/cut -d \" -f 4`_`cat framework/appinfo.json | /usr/bin/grep
'"version"' | /usr/bin/cut -d \" -f 4`_all.ipk
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
palm-launch.bat `cat framework/appinfo.json | /usr/bin/grep '"id"' |
/usr/bin/cut -d \" -f 4`
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
jnahlen@jnahlen
/cygdrive/c/users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
$
{noformat}
{noformat}
C:\Users\jnahlen.SMITH>java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
C:\Users\jnahlen.SMITH>
{noformat}
> Phonegap 1.7.0 - Makefile:45: *** missing separator. Stop.
> ----------------------------------------------------------
>
> Key: CB-786
> URL: https://issues.apache.org/jira/browse/CB-786
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: webOS
> Environment: Windows 7 64-bit, PhoneGap 1.7.0, Oracle VM VirtualBox
> 4.1.8 r75467
> Reporter: John Nahlen
> Assignee: Herm Wong
> Priority: Blocker
> Fix For: 1.8.0
>
> Attachments: make-fails.jpg
>
>
> Originally posted here:
> https://groups.google.com/forum/?fromgroups#!topic/phonegap/dTd4HEy1CFI
> And I was told to create an issue here. Here it is:
> Hello,
> I am using Phongap 1.7.0, the latest.
> I followed the instructions on
> http://wiki.phonegap.com/w/page/16494781/Getting-Started-with-PhoneGap-webOS;
> downloaded everything (and cygwin includes make), started the virtual
> machine, however I cannot seem to get the make command to work now.
> I made a copy of the webos folder and called it "webos-Copy". Here is the
> text from the cygwin terminal (also see the attached screenshot):
> {{
> jnahlen@jnahlen ~
> $ cd /cygdrive/c/Users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
> jnahlen@jnahlen
> /cygdrive/c/Users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
> $ ls -la
> total 42
> drwx------+ 1 Administrators Domain Users 0 May 15 10:19 .
> drwx------+ 1 Administrators Domain Users 0 May 15 10:19 ..
> drwx------+ 1 Administrators Domain Users 0 May 15 10:19 framework
> drwx------+ 1 Administrators Domain Users 0 May 15 10:19 js
> drwx------+ 1 Administrators Domain Users 0 May 15 10:19 lib
> -rwx------+ 1 Administrators Domain Users 11357 May 15 10:14 LICENSE
> -rwx------+ 1 Administrators Domain Users 2503 May 15 10:14 Makefile
> -rwx------+ 1 Administrators Domain Users 318 May 15 10:14 NOTICE
> -rwx------+ 1 Administrators Domain Users 4339 May 15 10:14 README.md
> -rwx------+ 1 Administrators Domain Users 5 May 15 10:14 VERSION
> jnahlen@jnahlen
> /cygdrive/c/Users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
> $ make
> Makefile:45: *** missing separator. Stop.
> jnahlen@jnahlen
> /cygdrive/c/Users/jnahlen.SMITH/notsynched/phonegap-1.7.0/lib/webos-Copy
> $
> }}
> As you can see, for some reason "make" is not working. Also, I am confused
> about which make commands I need to issue, there are several: make, make js,
> make copy_js, make package, make deploy.
> I am running Windows 7 64-bit and would like to develop a PhoneGap
> application for the HP webOS Tablet, but I don't know what to do because this
> is not working.
> If any more information is needed, please let me know.
> Thanks,
> - John
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira